Spot details added to Orders

To assist developers in identifying the revenue center associated with a tab/order, GQL now exposes the spotId within the object type ordersEvery 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

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

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.