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": "e0a5814f-44bb-4916-96b3-4c45b6832463",
"SynchronisationGroupID": "74970ad0-e187-452a-96ed-29f4c60ddd18",
"SemanticEntityID": "cba7c301-2eb5-4fb5-82cb-06c81ca9838d",
"SemanticPropertyID": "5c0a1d90-0374-4f3f-a2f1-8f50c2a5f1f3",
"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.