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:
[ "6300ea8f-d0e3-4a16-9338-50ad3f93ce72", "c0eb6b41-d3eb-4a33-85b0-ff0701d6d16e" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.