PUT Replication/PutSynchronisationGroupSecurities
Request Information
URI Parameters
None.
Body Parameters
Collection of SynchronisationGroupSecurity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SynchronisationGroupID | globally unique identifier |
Required |
|
| SecurityGroupID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "43fd8ceb-662d-453c-884e-8d4e2db60a69",
"SynchronisationGroupID": "42775d46-eeb8-4fed-ae00-d574bcd8ab80",
"SecurityGroupID": "aad7dcfd-9a05-4081-a1b9-8d376e429636"
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.