Transaction Query by Exportation Date

This endpoint allows clients to search for transactions by exportation date.

URL: /v2/transaction/exportation

HTTP Method: GET

Parameters:

  • date Exportation date in the format YYYYMMDD (Required).
  • startTime (string): Start time for the query in the format HHMMSS (Optional).
  • endTime (string): End time for the query in the format HHMMSS (Optional).
  • posNumber (string): POS number (Optional).
  • page (integer): Page number to be returned (Required).
  • pageSize (integer): Number of records per page (Required).