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:
[ "3a8b8a3f-bbb5-4ce7-a284-1759530976a1", "6b0ad414-bf7f-4f2c-b564-0b0efee75f3d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.