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:
[ "8055f11d-a81b-4395-a69e-8b741fef6c51", "d34c7e4a-0172-4fc5-b4fb-7121e2390311" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.