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:
[ "e16b80b4-d16b-4134-bd4e-825fe1c0e5cd", "7ab32305-780d-485a-b8fc-ab5022a5f03c" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.