PUT Replication/PutSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
Collection of SynchronisationGroupTableName | 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": "87dc8942-4114-4d7f-bd23-aed733277d2a", "SynchronisationGroupID": "52893802-4167-471d-ae69-b02c8e999284", "SemanticEntityID": "e8f5e3d8-fdcd-48ba-b6e2-79b035dd9224", "SemanticPropertyID": "5ce999e1-4be9-4e72-bb16-9a619c314b03", "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
ServiceResponseName | 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.