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:
[ "ea936215-2c20-43c5-877e-4ea406e39a8a", "01834228-09a1-4c5c-bfc2-45926aa045ab" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.