NameDescriptionTypeAdditional information
Pin

Not yet implemeted - validates against the guests's chosen pin number

string

Comment

string

NumberOfGuests

integer

DeliveryDateTime

date

IsDeliveryDateTimeUtc

Immediate requests can only pass UTC time, as we don't know 100% where the request is coming from Requests for later can only pass local time - guests can't be expected to make the conversion to UTC!

boolean

Total

If not null, this is validated in the checkout against the server-generated total for the cart. If null or absent, no such validation is attempted - to maintain backwards compatibility

decimal number

SessionToken

The token associated with this session of API interactions. This token should always be included in API calls, because it contains important session state information.

string

Required