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:
[ "d0f97ff9-b14d-4e80-8382-d0a54102133d", "705cc073-3071-4467-96b4-ebe9f56a868a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.