POST api/Groups/{id}/opportunities
Assign one or more static Opportunities to a group. This endpoint replaces existing linked Opportunities.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Opportunity ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d5b42cf8-975a-4538-a789-70b0cd98b039", "1edf0062-b000-4cf0-8b58-3ee2a4e8aebf" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.