PUT api/Groups/{id}/opportunities
Append one or more static Opportunities to a group
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:
[ "30193dcc-b846-44a2-9af4-96ddfe95af2c", "08c9c9b5-9779-4f63-bc50-a2d3b661ced8" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.