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:
[ "1a70d73d-9f99-4d40-93d0-f6e740835ce0", "2209a012-933d-4764-876f-8300a4976cd4" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.