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:
[ "7538c995-a956-4179-b723-daf8f0025528", "b81463a4-bf4b-407f-af73-96482684bc9d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.