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:
[ "f8f567fe-548d-4c2e-b704-2a6b71036b9b", "52dc1a36-04dc-4974-83d7-2e2007339486" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.