POST Replication/PostSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
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": "74a599e4-4884-43a7-8965-5a4bf8095ef3",
"securityGroupUserID": "d6843a70-c8ad-44c5-99e4-1776501e6883",
"sessionID": "3616ea18-528c-428d-a588-d1b089a20847",
"conflictDate": "2026-06-18T12:46:18.6837496+00:00",
"conflictType": "sample string 4",
"winningInfo": "sample string 5",
"losingInfo": "sample string 6",
"resolved": true
}
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.