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": "f9bd4efb-d830-4e34-b862-c70699b92b68",
"SecurityGroupUserID": "0261fcc0-6746-457e-9b33-98788928535e",
"SessionID": "e5b79195-0c91-41c1-b142-e2bb113d766d",
"ConflictDate": "2025-12-14T21:46:35.1866483+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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.