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:
[ "b8e1c3a1-3c45-4684-ad47-8fbcda2d83a2", "f3ce056a-d545-4fce-a969-141291ee3f7a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.