PUT Replication/PutSynchronisationConflict
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": "9f65e252-29b0-4c51-8d51-473fa23e64a5",
"SecurityGroupUserID": "8b0de8ee-c504-4a49-b357-2ae0a96e4740",
"SessionID": "ed7fae5e-2463-4739-96a6-29a2a061a59c",
"ConflictDate": "2025-12-05T09:26:41.1928746+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.