Spot details added to Orders
over 2 years ago by Chris Jennings
To assist developers in identifying the revenue center associated with a tab/order, GQL now exposes the spotId
within the object type orders
Every order must have an item attached. Each order will also requires a Spot. GoTab defines revenue centers through Zones and each spot is associated with a Zone.
Accounting Streams added to QGL
over 2 years ago by Chris Jennings
The Object Type accountingStream
is now exposed in the GQL API. Accounting Streams are useful in identifying the sales categories associated with an item on paid tab/order.
Update to Generate and Refresh Token Response
over 2 years ago by Chris Jennings
To aid our developers with managing the expiration of tokens, GoTab will now return the following fields tokenType
, initiated
, expires
and expiresIn
in the Generate and Refresh Token response.