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:
[ "fa1444fe-31a3-4fbd-b7f6-5570d5ffa46b", "ac12d99a-5881-4758-acdb-8020bb5734f3" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.