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:
[ "708c1e8d-36cc-4519-b0da-7a18f5384879", "5cbdc1cb-e645-49c8-b0cb-e7f593ef7afc" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.