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:
[ "b77a0977-545b-41ee-aba5-61a613bec28d", "685d17ba-674a-4b89-9157-a523afffd60b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.