Name | Description | Type | Additional information |
---|---|---|---|
checkNumber |
The POS defined transaction Id for the order – The Check Number used for POS Reporting Purposes (e.g. The check number identified for and viewed by the guest). |
integer |
Required |
server |
The employee details for the server that initiated the transaction. |
Employee |
Required |
manager |
The employee details for the manager that initiated the transaction. |
Employee |
None. |
orderModeId |
The id of the order mode or order type. |
integer |
None. |
transactionDateTime |
The transaction date/time – local system time when the transaction took place. ISO 8601 UTC Date Format (YYYY-MM-DDThh:mm:ss.sTZD) |
date |
Required |
businessDate |
The transaction Business Date. ISO 8601 UTC Date Format (YYYY-MM-DD) |
date |
Required |
businessDateTime |
The transaction Business Date. ISO 8601 UTC Date Format (YYYY-MM-DDThh:mm:ss.s) |
date |
Required |
total |
The transaction (check) total. |
decimal number |
Required |
billLineItems |
A collection of BillLineItem objects. |
Collection of BillLineItem |
Required |