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:
[ "53688577-741e-48aa-8feb-a024becef190", "10e5f997-c552-4683-b91d-e648b2212512" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.