POST api/Groups/{id}/opportunities

Assign one or more static Opportunities to a group. This endpoint replaces existing linked Opportunities.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

The list of Opportunity ids in the body of the request.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "fd48a60d-a111-4034-8e7e-284e49e4b6e9",
  "81f2303f-68bf-4d77-991c-c1f1529de90f"
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.