POST api/Product/PostConfirmDataSync

Request Information

URI Parameters

None.

Body Parameters

Dates
NameDescriptionTypeAdditional 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-04-04T05:28:50.9480026+02:00",
  "CurrentDate": "2025-04-04T05:28:50.9480026+02:00",
  "TerminalId": "872dfac8-4c7f-4f11-9e8b-534f9c0f5a09",
  "SharedDB": true,
  "TableName": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.