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:
[ "811a7bf4-f187-4a51-bc3c-e8234a488f14", "50ff8071-cbb8-468b-9708-fcb63f5cc2fb" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.