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:
[ "82354d79-1942-41c9-bd5c-c1da35a55bbe", "b80e0782-191c-45e7-8297-56720750839d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.