PUT Replication/PutSynchronisationConflict
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": "3849fee3-e11b-4b47-92cf-79f8e5b2199d", "SecurityGroupUserID": "2c37a3b1-3a8d-49e5-8ee6-c1f22de84699", "SessionID": "ee21b56c-4a27-402a-8cdf-73128d6e3d46", "ConflictDate": "2025-09-05T18:36:46.0786891+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.