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:
[ "1d0c986b-31b6-4b53-96d0-46bb5debe7b3", "a5bff6d9-ae04-40eb-af0c-cc079587412d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.