PUT Replication/PutSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
Collection of SynchronisationConflict| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
Required |
|
| SessionID | globally unique identifier |
None. |
|
| ConflictDate | date |
Required |
|
| ConflictType | string |
Required |
|
| WinningInfo | string |
None. |
|
| LosingInfo | string |
None. |
|
| Resolved | boolean |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "af7efe68-a81f-47c6-aba8-d940321c6e9e",
"SecurityGroupUserID": "cf39b1e0-b328-4f86-8be5-9a5152838164",
"SessionID": "54b50a32-f468-4a62-89fa-c019e942e8e9",
"ConflictDate": "2025-12-05T09:26:41.2709121+00:00",
"ConflictType": "sample string 4",
"WinningInfo": "sample string 5",
"LosingInfo": "sample string 6",
"Resolved": true
},
{
"$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.