POST api/Product/PostConfirmDataSync
Request Information
URI Parameters
None.
Body Parameters
Dates| Name | 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": "2026-02-04T04:12:54.0230966+01:00",
"CurrentDate": "2026-02-04T04:12:54.0230966+01:00",
"TerminalId": "a7ef29cc-6a58-4073-a1d3-73b42a421fad",
"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.