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:
[ "e4693d91-09d8-4405-a34e-c4487c869287", "ee437b48-bd92-42d5-9398-9514c0c73a74" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.