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:
[ "f2690029-9c6a-4e59-bb1a-ab05e5d84ba9", "dbd18ea0-9717-4b18-84e2-5c68a33bcb70" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.