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:
[ "08ed54e7-a632-4520-a5f6-a438d0bda016", "79443f59-78b6-4b5e-a167-1145e31c2f46" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.