PUT Replication/PutSynchronisationConflicts
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "9e851625-b681-449c-9790-71957fba0b54", "SecurityGroupUserID": "13e9b997-106b-479c-9ddd-033f21d48d6a", "SessionID": "b08e8296-795c-421a-9457-75121fb29ef8", "ConflictDate": "2025-09-05T18:31:08.6548407+00:00", "ConflictType": "sample string 4", "WinningInfo": "sample string 5", "LosingInfo": "sample string 6", "Resolved": true }, { "$ref": "1" } ]
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.