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": "6f18c2a4-e712-47f6-895d-73538ab57535",
"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:22.2423886+00:00",
"ConflictResolutionTypeID": 1,
"SchemaName": "sample string 8",
"Script": "sample string 9",
"SynchronisationGroupTables": [
{
"$id": "2",
"ID": "dd9c8e77-f4d3-4433-83c0-bf426c4b34ed",
"SynchronisationGroupID": "aedb15c4-4174-42a0-8a96-418e98f0b3f8",
"SemanticEntityID": "6b8a9799-7f3a-4ce7-aae3-09a37762de9c",
"SemanticPropertyID": "b3f45334-8c8a-4b9d-8e49-2b867e399e0c",
"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.