PATCH api/opportunities/{id}/companies

Append one or more Company to an Opportunity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

The list of Company ids in the body of the request.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f9041c43-f56f-4d58-bd30-f83210326364",
  "9e5df82f-b1ee-4e2e-ba94-4536c42cac56"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.