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:
[ "81bc96c6-731c-43a7-a5d3-93532c5a25d0", "c653fa90-43b1-43e8-a9cc-68bdd08a9ac0" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.