PUT Replication/PutSynchronisationGroupTable
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": "66e5d716-afc4-4c0b-8b67-3390980cf4cc", "SynchronisationGroupID": "0eaa7902-483c-43a2-8209-cd29bb4db0b1", "SemanticEntityID": "3e96a4d9-654a-46f7-bffd-1b44eee46593", "SemanticPropertyID": "da3c4ed9-8af2-4391-baa6-3ef62b702945", "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.