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:
[ "1cffd805-98b2-44f9-8a8e-e51908d556de", "b0b5b084-4537-4a0b-b82c-e2646cb8fc1b" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.