POST Replication/PostSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
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": "f9ea2ab1-4032-4dc8-af77-1f38c42486f3",
"SynchronisationGroupID": "4f6946e0-cbee-481b-b1a8-370d733788e8",
"SemanticEntityID": "a58c79f3-b42c-43ab-aa5b-f3f4c50fb145",
"SemanticPropertyID": "f67b24a8-e9e6-4019-ae75-d13a909a42db",
"FilterClause": "sample string 3",
"SynchronisationOptionType": 1,
"Sequence": 4,
"SemanticEntityName": "sample string 5",
"SemanticPropertyName": "sample string 6"
}
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.