Toast tab
If you're working with Toast and you need to pull data from the POS, please read this guide first
{
"promisedDate": "2018-11-27T21:00:00.263+0200",
"diningOption": {
"guid": "921994aa-9681-4ff6-9737-564e38d13288" // GUID of the dining option
},
"checks": [
{
"selections": [
{
"item": {
"guid": "dc6da133-e6d2-4787-bf0e-f0336abe735a" // Item GUID
},
"itemGroup": {
"guid": "9f462f96-8ba1-4ab2-8fec-e1ed51052948" // Group GUID
},
"quantity": 1.0,
"modifiers": [
{
"item": {
"guid": "a2d754c3-c4f8-4803-8287-e1ccd026e5fe" // First mod
},
"optionGroup": {
"guid": "e49fd08c-5c1e-47f6-87f9-74d0081200ab" // Mod Group
}
},
{
"item": {
"guid": "e6373028-19d2-4244-ba92-2e5ebb243399" // Second mod
},
"optionGroup": {
"guid": "c15a5188-8e95-4964-9bbc-1e0490aeb29a" // Mod group
}
}
]
}
],
"customer": {
"firstName": "APPFRONT",
"lastName": "APPFRONT",
"phone": "2542478211",
"email": "support@appfront.ai"
},
"payments": [
{
"type": "OTHER",
"amount": 10.272925,
"tipAmount": 0.0,
"otherPayment": {
"guid": "ae99e128-2498-4c80-8ce0-df37ba7b6276" // Payment type GUID
}
}
],
"tabName": "APPFRONT APPFRONT"
}
]
}

Last updated