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:
[ "6222c34a-0ae5-4581-8000-053c8725f9c1", "124f0223-cabb-4076-b74c-2c6eb333912b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.