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": "d4414dab-c25e-4d33-bcf7-a31a503d99f2",
"SynchronisationGroupID": "b899c7e1-e55f-4cc5-9006-4218da368b28",
"SecurityGroupID": "32846d91-a0fb-4dd5-aa90-25f7172f4d35"
},
{
"$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.