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": "98a5aa40-415d-4a5c-a29f-07cd6e731626",
"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:48:07.9842357+00:00",
"ConflictResolutionTypeID": 1,
"SchemaName": "sample string 8",
"Script": "sample string 9",
"SynchronisationGroupTables": [
{
"$id": "2",
"ID": "3a0f7ba8-8db8-4f92-ae61-0d3568932514",
"SynchronisationGroupID": "50910a13-2647-4447-aa71-d9e3fa41ada4",
"SemanticEntityID": "d9a1d12e-384b-4ea5-876b-3f101e8d489e",
"SemanticPropertyID": "5718ee6b-a27c-4807-b94f-fa9696950bf8",
"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.