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:
[ "67b163a8-c66a-459e-8ee2-63e8ca57cebd", "0d87597c-036a-4dc0-9b68-f256df8639c4" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.