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:
[ "2810ab21-0102-4550-b5b9-8833767832ad", "1132cde7-82e7-49df-bfc7-6808adabc711" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.