ZReportSummary Model

Nullable
zReportID : string (GUID)

A unique ID for this Z report

Nullable
zReportCounter : number (int)

The Z incrementing counter assigned to this Z terminal

Nullable
dbGen : number (int)

The database generation number (for incremental change tracking)

Nullable
dateTimeFrom : string (ISO 8601 DateTime)

The start period of this Z report (should match the closing period of the previous Z report for this same terminal)

Nullable
dateTimeTo : string (ISO 8601 DateTime)

The closing period of this Z report.

Nullable
dateTimeActivityFrom : string (ISO 8601 DateTime)

The time of the first bit of activity on the terminal within this Z period

Nullable
dateTimeActivityTo : string (ISO 8601 DateTime)

The time of the last bit of activity on the terminal within this Z period

Nullable
totalAmount : number (decimal)

The total gross sales amount for this Z report

Nullable
transactionCount : number (int)

The total count of transactions involved in this Z report

Example
{
  "zReportID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "zReportCounter": 321,
  "dbGen": 321,
  "dateTimeFrom": "2012-04-03T09:40:59.736Z",
  "dateTimeTo": "2012-04-03T09:40:59.736Z",
  "dateTimeActivityFrom": "2012-04-03T09:40:59.736Z",
  "dateTimeActivityTo": "2012-04-03T09:40:59.736Z",
  "totalAmount": 1.23,
  "transactionCount": 321
}