POST Replication/PostSynchronisationGroupTables
Request Information
URI Parameters
None.
Body Parameters
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": "7c32b144-414a-43b7-ae98-add6259a234c", "SynchronisationGroupID": "40e8f80f-0897-45ab-b965-d089dbd6b9dd", "SemanticEntityID": "d5ada84d-70fc-488a-b205-c9538172dd46", "SemanticPropertyID": "b3d6f140-107a-4cd5-95a2-d822cec0b071", "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
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.