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": "8c0bfb9e-f4f3-4195-88ba-7c4ab3821584",
"SynchronisationGroupID": "f293a1e3-8c38-4a0f-bc7c-b7563c0eb88f",
"SecurityGroupID": "60cd0611-84ef-4fad-b05e-cd5f91f2521b"
},
{
"$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.