PUT Replication/PutSynchronisationGroups
Request Information
URI Parameters
None.
Body Parameters
Collection of SynchronisationGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Description | string |
None. |
|
| IsLive | boolean |
Required |
|
| FilterName | string |
None. |
|
| FilterParameterName | string |
None. |
|
| FilterParameterTypeName | string |
Required |
|
| DateProvisioned | date |
None. |
|
| ConflictResolutionTypeID | SynchronisationConflictResolutionType |
Required |
|
| SchemaName | string |
None. |
|
| Script | string |
None. |
|
| SynchronisationGroupTables | Collection of SynchronisationGroupTable |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "8483b047-3d17-47bd-9b39-eaec4081f81c",
"Name": "sample string 2",
"Description": "sample string 3",
"IsLive": true,
"FilterName": "sample string 5",
"FilterParameterName": "sample string 6",
"FilterParameterTypeName": "sample string 7",
"DateProvisioned": "2025-12-14T21:46:56.1410653+00:00",
"ConflictResolutionTypeID": 1,
"SchemaName": "sample string 8",
"Script": "sample string 9",
"SynchronisationGroupTables": [
{
"$id": "2",
"ID": "8efac0ba-5733-4091-8900-2b43e630eef6",
"SynchronisationGroupID": "20d5c142-0f2e-4e07-9e0e-1ee3f7aa9f77",
"SemanticEntityID": "2ad32556-132f-4294-9efe-87fd8a7b0905",
"SemanticPropertyID": "d179b49c-8024-4032-b018-2559682c5222",
"FilterClause": "sample string 3",
"SynchronisationOptionType": 1,
"Sequence": 4,
"SemanticEntityName": "sample string 5",
"SemanticPropertyName": "sample string 6"
},
{
"$ref": "2"
}
]
},
{
"$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.