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:
[ "2c4531b2-665b-45f9-980f-8e19d34ea429", "cf136336-d214-4dce-9283-3b307e2bfa9e" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.