PUT Replication/PutSynchronisationGroup
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": "e8fcd084-398c-471d-9019-14c707d2f9d1",
"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:44.3314726+00:00",
"ConflictResolutionTypeID": 1,
"SchemaName": "sample string 8",
"Script": "sample string 9",
"SynchronisationGroupTables": [
{
"$id": "2",
"ID": "a5f14093-6f74-4e67-8bb8-7336df89172a",
"SynchronisationGroupID": "fec90ad5-79be-4411-b55a-97691ed1f889",
"SemanticEntityID": "47f52ba6-fea6-4185-8d99-8d5bfa28742a",
"SemanticPropertyID": "f746d378-3a3d-4ae5-b237-b1bea477e7c0",
"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.