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:
[ "8b255d43-2bba-4696-90c1-ec70d3e3d911", "aff80a18-2268-435f-ba17-ccd3596a9ebb" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.