POST Replication/PostSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
SynchronisationConflictName | 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": "c8adb66d-8583-4cff-a66d-06becd3e2e78", "SecurityGroupUserID": "61a81770-a7d7-45f0-8128-6e6bd6e30bdd", "SessionID": "6df390db-6624-4746-8373-ef3c0d08d6d8", "ConflictDate": "2025-09-05T18:31:11.7431306+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
ServiceResponseName | 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.