PUT api/Groups/{id}/contacts
Append one or more static Contacts to a group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
The list of Contact ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f9dbef37-f869-4da3-92ff-f019afb31fee", "c9ec7204-a6a0-4b2a-888e-964af6794e2a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.