POST api/Product/PostConfirmDataSync
Request Information
URI Parameters
None.
Body Parameters
DatesName | Description | Type | Additional information |
---|---|---|---|
LastExecutedDate | date |
None. |
|
CurrentDate | date |
None. |
|
TerminalId | globally unique identifier |
None. |
|
SharedDB | boolean |
None. |
|
TableName | TableName |
None. |
Request Formats
application/json, text/json
Sample:
{ "LastExecutedDate": "2025-07-04T14:55:20.4776095+02:00", "CurrentDate": "2025-07-04T14:55:20.4776095+02:00", "TerminalId": "5b509b5f-ce91-4c4d-9222-b9b056d005ab", "SharedDB": true, "TableName": 0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.