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:
[ "5090be85-44ba-422e-b50f-b30cacbc2273", "b84de223-838c-4050-bb80-5678a8593ea2" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.