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:
[ "6595d858-9c43-4fd7-87d2-1acf94f29e8b", "c5bb1f1c-c152-4b41-894d-778f7cfa92d3" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.