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:
[ "492cb2af-ea9a-4111-bd8c-025579d8e1ab", "01039231-5abe-4df4-9d20-d02445bc478f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.