v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Batch

Get a single batch

get/v3/batch/{batchId}

Path parameters

batchIdinteger required

Batch Id

Response

200

idinteger
referencestring
statusstring
openedstring
closedstring
saleCountinteger
saleAmountstring
netTipstring
returnCountinteger
returnAmountstring
netCountinteger
netAmountstring
devicestring
tenderTypestring
closerNamestring

Example response

{
  "id": 10000000550618,
  "reference": "0001",
  "status": "Closed",
  "opened": "2018-08-13T16:32:47.29Z",
  "closed": "2018-08-13T17:10:00.85Z",
  "saleCount": 2,
  "saleAmount": "89.52",
  "netTip": "0",
  "returnAmount": "0",
  "netCount": 2,
  "netAmount": "89.52",
  "device": "Z11X",
  "tenderType": "Card",
  "closerName": "System"
}