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:
[ "dc29a713-d071-4b20-b221-c2cb0f34e8b0", "843cc541-ffd1-4424-b6be-84649881aa55" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.