POST Replication/PostSynchronisationGroups
Request Information
URI Parameters
None.
Body Parameters
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": "cc610d39-2a0c-4a2b-90fa-2c36d585c178",
"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-05T09:26:42.4893559+00:00",
"ConflictResolutionTypeID": 1,
"SchemaName": "sample string 8",
"Script": "sample string 9",
"SynchronisationGroupTables": [
{
"$id": "2",
"ID": "e585c33e-3f54-454a-bb44-8200b2a041b9",
"SynchronisationGroupID": "224dcbf8-ffda-4b88-93de-f1c82a339ea6",
"SemanticEntityID": "81472a04-7377-45e0-b2d5-f2ba5021076d",
"SemanticPropertyID": "90666e79-cd29-4dfe-853c-1cf9af7dfffc",
"FilterClause": "sample string 3",
"SynchronisationOptionType": 1,
"Sequence": 4,
"SemanticEntityName": "sample string 5",
"SemanticPropertyName": "sample string 6"
},
{
"$ref": "2"
}
]
}
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.