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:
[ "6ecfe245-c31d-4669-8043-74c17cd48c1e", "a2c4f647-40ff-498c-8b5f-a5e25d8b206f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.