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:
[ "b495adc2-9ee8-400f-bfe7-5dc6535d5ead", "007840e1-66ee-4b04-ac9a-cf9a0ee96b74" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.