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:
[ "ef54d0f2-c262-4a31-b8f3-683caaf5a8f0", "026cdba8-f1b0-400a-93a7-26dbd84192a5" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.