Spot details added to Orders
Posted by Chris Jennings 8 months ago
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
Posted by Chris Jennings 8 months ago
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
Posted by Chris Jennings 8 months ago
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.