PATCH api/opportunities/{id}/contacts
Append one or more Contacts to an Opportunity
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Contact ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d0dd4c8d-d71f-427d-972d-e5659ddf992a", "559110e6-2f16-4c42-900c-73d8b3b1f8f8" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.