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:
[ "ec983800-7e8a-460a-8d1f-47b9174707f2", "15c21f03-1f94-400a-a3b7-c144a3c5376a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.