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:
[ "e09b0b68-c61c-42f8-aa41-597ce3c3ed81", "670d2dd0-2837-4348-aa58-da3391b02e99" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.