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:
[ "59e3fae9-9eb0-4c8b-b86a-6bd60e8faf74", "a1933428-d6d4-4170-9d52-bf1985e24d98" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.