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:
[ "8f2d3b19-dd4b-4704-a1c1-cdd8fcff9b8c", "bd8a25a2-41ef-4a4b-8780-288109e1cc51" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.