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": "ce569e99-571c-4c3b-a823-76efa94c590e",
"SecurityGroupUserID": "f95cdeae-a0e1-4504-9b86-b83069b291d0",
"SessionID": "59129fec-6b52-4e2a-95d7-d628929eefcc",
"ConflictDate": "2026-02-14T14:10:58.792956+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.