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:
[ "80de05b1-634d-499b-8011-4c839d54cbc3", "e4ff4764-f2d1-44a1-a5eb-209544dcccfd" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.