...
identifier
<string>: OTP (6 digit code) or Loyalty ID in UUID format.location
: object identifying the location the guest is identifying from.storeId
<integer>: uniquely identifies the store where the guest is identifying from.terminalId
<string> (optional): identifies the POS or Kiosk terminal used in the restauranthasLoyalty
<boolean> (optional): defaults totrue
. If false, then no points will be earned or burned for transaction and no rewards can be ordered.
content
<boolean> (optional): whether the endpoint should return the list of offers and rewards that are visible to this guest. Defaults tofalse
.
...
Info |
---|
All error responses use the standard Error Response format. |
HTTP
400 (Bad Request)
if the request body has an incorrect format. In this case, the response will include details about which specific field or fields have an incorrect format.HTTP
401 (Unauthorized)
if the bearer token is missing or not valid.HTTP
403 (Forbidden)
: if the specifiedidentifier
is not valid.HTTP
401 404 (Not foundFound)
: if the identifier specifiedstoreId
was not found.