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:
[ "82be474b-7a5a-4142-b678-67e67c2ce303", "d6a0efc9-39f2-4fa0-b3b9-c9c9cd0fcfe6" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.