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:
[ "5c06c696-14c6-4054-88ed-0c0bfb6946bc", "04192cdf-93f4-4b04-8303-26e63c60a661" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.