PUT Replication/PutSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
Collection of SynchronisationGroupTable| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SynchronisationGroupID | globally unique identifier |
Required |
|
| SemanticEntityID | globally unique identifier |
None. |
|
| SemanticPropertyID | globally unique identifier |
None. |
|
| FilterClause | string |
None. |
|
| SynchronisationOptionType | SynchronisationOptionType |
Required |
|
| Sequence | integer |
Required |
|
| SemanticEntityName | string |
None. |
|
| SemanticPropertyName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "61a1ef21-169d-4b35-b6d5-74d8f6be7b09",
"SynchronisationGroupID": "9e006222-4f1a-4d7c-8afc-2879e26cb11e",
"SemanticEntityID": "39979ea0-5cfd-409c-94fb-4d7c8a660f8e",
"SemanticPropertyID": "cd6b5ae9-34d7-4ba3-a65f-627c1a772bfb",
"FilterClause": "sample string 3",
"SynchronisationOptionType": 1,
"Sequence": 4,
"SemanticEntityName": "sample string 5",
"SemanticPropertyName": "sample string 6"
},
{
"$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.