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:
[ "cc102a96-7c70-45a8-a0a1-91375e4c6475", "b9c33b57-ee21-4c42-9522-feb6b439dbba" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.