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:
[ "224e5462-1294-4905-ae24-a1c48ccff5d2", "ad9a3367-1e1e-4e92-a165-be70e59c1688" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.