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:
[ "332eae56-3e5e-4b8f-961e-51374c291b42", "d79630f9-4e6a-4c2e-aa01-dd460aea4c0c" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.