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:
[ "f265e66a-a4b6-4323-94f7-0cf666f83609", "d2ab7f93-7132-40da-9b8c-03e32d229b13" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.