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": "b67759e1-064b-4853-9f96-b6bf071989f5",
"SynchronisationGroupID": "95e9f7fc-258f-41e9-9fc0-483864212f6f",
"SecurityGroupID": "c09fc546-6c71-4df9-9e1e-2a370535b09c"
},
{
"$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.