| Name | Type | Description | Additional information |
|---|---|---|---|
| TransactionID | integer |
POS Transaction ID/Ticket Number |
|
| ReservationID | string |
Third Party Reservation ID |
|
| BookingID | string |
Tevalis Booking ID |
|
| TicketID | string | ||
| OpenedAtUtc | date |
Time when the ticket is opened |
|
| Duration | integer |
Number of minutes the ticket is expected to be opened at maximum |
|
| UpdatedAtUtc | date |
Time when the ticket is updated |
|
| ClosedAtUtc | date |
Time when the ticket is closed |
|
| VoidedAtUtc | date |
Time when the ticket is voided |
|
| Covers | integer |
Cover Count, e.g. how many guests |
|
| PriceGroup | string |
Name of the current Price Group, e.g. Standard/Takeaway |
|
| PriceGroupID | integer |
ID of the current Price Group |
|
| OrderItems | Collection of OrderItem |
Details of menu orders and items |
|
| CheckTotal | OrderTotal |
Total currency amount for all items |
|
| OrderPayments | Collection of OrderPayment |
Payment information |
|
| SalesArea | SalesArea |
Sales Area information |
|
| Guest | Guest |
Guest information |
|
| Tables | Collection of Table |
Table characteristics |
|
| CheckLinks | Collection of CheckLink |
Association and type of link between checks such as split check parent & merged check destination |
|
| Employee | Employee |
Employee ID and/or name associated with ticket |
|
| Notes | string |
Check notes visible to the diner on the printed check |
|
| TableStatus | TableStatusEnum |
Current Status of the Table. |
|
| TransactionOpen | boolean |
Indicates if the Transaction is still open |
|
| TransactionVoid | boolean |
Indicates if the Transaction has been voided |
|
| TransactionRefund | boolean |
Indicates if the Transaction has been refunded |
|
| RestaurantID | string |
Restaurant ID that was sent with the request |
|
| OrderDiscounts | Collection of OrderDiscount |
Discounts |
|
| BookingTransactionIDs | Collection of integer |
List of Transaction IDs linked to booking |
|
| BookingTransactionIDsAdded | Collection of integer |
List of Transaction IDs added to the booking |
|
| BookingTransactionIDsRemoved | Collection of integer |
List of Transaction IDs removed from the booking |
|
| BookingTableNumbersAdded | Collection of integer |
List of Table Numbers added to the booking |
|
| BookingTableNumbersRemoved | Collection of integer |
List of Table Numbers removed from the booking |