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:
[ "1e503f7c-4dcd-4a73-944f-60e4c011644f", "f9797b45-4e70-4cd1-8857-ac3bb304500d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.