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": "7811a7b0-4c67-4532-b881-a388cfe5482e",
"SecurityGroupUserID": "0d794852-b735-4a9d-b220-1443ad145f2a",
"SessionID": "f512a197-eb3b-46f1-a33b-df2c2ce29a58",
"ConflictDate": "2026-02-04T16:12:58.115556+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.