PATCH api/opportunities/{id}/companies
Append one or more Company to an Opportunity
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Company ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "525ff5c4-6070-4045-9359-2da1d7557c8f", "0950318a-01f5-4a80-a65b-1d5516741ee0" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.