Example Webhook Notifications
Introduction
Below are some detailed examples of order notifications that will be sent to the configured webhook URL for a reservation integration. It is likely that several UPDATE notifications will be sent for each order, for example when items are added, or when payments are applied.
General examples of reservation webhooks, including error, integration, and onboarding notifications, can be found in the API Reference.
Examples
Tax Inclusive
Regular Reservation
- Order Open
- Order Update
- Order Close
{
"notificationType": "OPEN",
"account": {
"id": "1560383093473282",
"businessLocationId": "41910290874370",
"name": "Floor Plan 1, Table 1",
"accountNumber": "A90826.1",
"currencyCode": "GBP",
"staffId": "197180",
"staffName": "Reservation_System",
"openDate": 1712245742020,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 0,
"coverCount": 4,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "41910290874562",
"taxAmount": 0,
"preTaxAmount": 0,
"serviceCharge": 0,
"tableName": "Table 1",
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "41910290874559",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1712245742274,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-41910290874370-myApp#224"
}
],
"consumerRecord": {
"id": "131001",
"consumerRecordUUID": "309f2a5b-d42e-409e-aad3-1ce92719ce9c",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Purple",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": true,
"fullName": "John Purple"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2439.ABC-18"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 41910290874370,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B90826.8",
"platformReservationId": "224"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1560383093473282",
"businessLocationId": "41910290874370",
"name": "Floor Plan 1, Table 1",
"accountNumber": "A90826.1",
"currencyCode": "GBP",
"staffId": "4491",
"staffName": "Manager",
"openDate": 1712245742020,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 10,
"coverCount": 4,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "41910290874562",
"taxAmount": 1.67,
"preTaxAmount": 8.33,
"serviceCharge": 0,
"tableName": "Table 1",
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "41910290874559",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1712245742274,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1560383093473286",
"accountId": "1560383093473282",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Burger",
"accountingGroupId": "41910290874411",
"accountingGroupName": "Food",
"itemId": "41910290874538",
"itemSku": "13",
"date": 1712246167871,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-41910290874370-myApp#224"
}
],
"consumerRecord": {
"id": "131001",
"consumerRecordUUID": "309f2a5b-d42e-409e-aad3-1ce92719ce9c",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Purple",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": true,
"fullName": "John Purple"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2439.ABC-18"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 41910290874370,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B90826.17",
"platformReservationId": "224"
}
{
"notificationType": "CLOSE",
"account": {
"id": "1560383093473282",
"businessLocationId": "41910290874370",
"name": "Floor Plan 1, Table 1",
"accountNumber": "A90826.1",
"currencyCode": "GBP",
"staffId": "4491",
"staffName": "Manager",
"openDate": 1712245742020,
"closeDate": 1712246265502,
"paidAmount": 10,
"totalAmount": 10,
"coverCount": 4,
"gratuityAmount": 0,
"receiptNumber": "R90826.1",
"accountObjectId": "41910290874562",
"taxAmount": 1.67,
"preTaxAmount": 8.33,
"serviceCharge": 0,
"tableName": "Table 1",
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "41910290874559",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1712245742274,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1560383093473286",
"accountId": "1560383093473282",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Burger",
"accountingGroupId": "41910290874411",
"accountingGroupName": "Food",
"itemId": "41910290874538",
"itemSku": "13",
"date": 1712246167871,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1560383093473290,
"accountId": "1560383093473282",
"currencyCode": "GBP",
"gratuityAmount": 0,
"amount": 10,
"date": 1712246265418,
"paymentMethod": "CASH",
"paymentMethodDescription": "Cash"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-41910290874370-myApp#224"
}
],
"consumerRecord": {
"id": "131001",
"consumerRecordUUID": "309f2a5b-d42e-409e-aad3-1ce92719ce9c",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Purple",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": true,
"fullName": "John Purple"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2439.ABC-18"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 41910290874370,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B90826.21",
"platformReservationId": "224"
}
Split check
When an order is split on a POS, technically a new order is created, and selected items are moved from the original order to the new one (original order UPDATE, and split order OPEN notifications are sent). Two resulting orders are paid independently (two order CLOSE notifications are sent).
Attributes to detect a split order:
- "type": "SPLIT", for regular orders (including the original) the value is "SALE"
- "originAccountId" and "originAccountNumber" are set to the original order's identifiers in the split order
- Original Order Opened
- Split order created
- Split items removed from original order
- Split order paid and closed
- Remaining part of original order paid and closed
{
"notificationType": "OPEN",
"account": {
"id": "2190678134095876",
"businessLocationId": "1340570962231298",
"name": "Uno Cafe, Table 10",
"accountNumber": "A127514.1",
"currencyCode": "EUR",
"staffId": "224812",
"staffName": "Manager",
"openDate": 1767009229897,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 50.71,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"orderMode": "TABLE",
"accountObjectId": "1340570962231448",
"taxAmount": 8.45,
"preTaxAmount": 42.26,
"serviceCharge": 0,
"tableName": "Table 10",
"tableNumber": 10,
"tables": [
"10"
],
"accountProfileCode": null,
"accountProfileName": null,
"accountProfileId": null,
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1767013602149,
"offset": 240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "2190678134095877",
"accountId": "2190678134095876",
"amount": 11.42,
"unitAmount": 11.42,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013596486,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 11.42,
"amountLessTax": 9.52,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095878",
"accountId": "2190678134095876",
"amount": 10.34,
"unitAmount": 10.34,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013597170,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.34,
"amountLessTax": 8.62,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095879",
"accountId": "2190678134095876",
"amount": 10.22,
"unitAmount": 5.11,
"quantity": 2,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013597639,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.22,
"amountLessTax": 8.52,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095880",
"accountId": "2190678134095876",
"amount": 6.22,
"unitAmount": 6.22,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013599022,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 6.22,
"amountLessTax": 5.18,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095881",
"accountId": "2190678134095876",
"amount": 12.51,
"unitAmount": 12.51,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013600506,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 12.51,
"amountLessTax": 10.43,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [],
"consumerRecord": null,
"currentProductionPhase": 0
},
"businessLocationId": 1340570962231298,
"platformRestaurantId": "352734",
"sequenceId": "B127514.12",
"platformReservationId": null
}
{
"notificationType": "OPEN",
"account": {
"id": "2190678134095887",
"businessLocationId": "1340570962231298",
"name": "Table 10.1",
"accountNumber": "A127514.2",
"currencyCode": "EUR",
"staffId": "224812",
"staffName": "Manager",
"openDate": 1767013630085,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 25.36,
"coverCount": 1,
"gratuityAmount": 0,
"receiptNumber": null,
"orderMode": "TABLE",
"accountObjectId": "1340570962231448",
"taxAmount": 4.23,
"preTaxAmount": 21.13,
"serviceCharge": 0,
"tableName": "Table 10",
"tableNumber": 10,
"tables": [
"10"
],
"accountProfileCode": null,
"accountProfileName": null,
"accountProfileId": null,
"originAccountId": 2190678134095876,
"originAccountNumber": "A127514.1",
"type": "SPLIT",
"updateDate": 1767013630156,
"offset": 240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "2190678134095888",
"accountId": "2190678134095887",
"amount": 5.71,
"unitAmount": 11.42,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013630136,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.71,
"amountLessTax": 4.76,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095890",
"accountId": "2190678134095887",
"amount": 5.17,
"unitAmount": 10.34,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013630139,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.17,
"amountLessTax": 4.31,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095892",
"accountId": "2190678134095887",
"amount": 5.11,
"unitAmount": 5.11,
"quantity": 0.9999,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013630141,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.11,
"amountLessTax": 4.26,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095894",
"accountId": "2190678134095887",
"amount": 3.11,
"unitAmount": 6.22,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013630144,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 3.11,
"amountLessTax": 2.59,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095896",
"accountId": "2190678134095887",
"amount": 6.26,
"unitAmount": 12.51,
"quantity": 0.5003,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013630147,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 6.26,
"amountLessTax": 5.22,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [],
"consumerRecord": null,
"currentProductionPhase": 0
},
"businessLocationId": 1340570962231298,
"platformRestaurantId": "352734",
"sequenceId": "B127514.21",
"platformReservationId": null
}
{
"notificationType": "UPDATE",
"account": {
"id": "2190678134095876",
"businessLocationId": "1340570962231298",
"name": "Uno Cafe, Table 10",
"accountNumber": "A127514.1",
"currencyCode": "EUR",
"staffId": "224812",
"staffName": "Manager",
"openDate": 1767009229897,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 25.35,
"coverCount": 1,
"gratuityAmount": 0,
"receiptNumber": null,
"orderMode": "TABLE",
"accountObjectId": "1340570962231448",
"taxAmount": 4.23,
"preTaxAmount": 21.12,
"serviceCharge": 0,
"tableName": "Table 10",
"tableNumber": 10,
"tables": [
"10"
],
"accountProfileCode": null,
"accountProfileName": null,
"accountProfileId": null,
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1767013630214,
"offset": 240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "2190678134095877",
"accountId": "2190678134095876",
"amount": 11.42,
"unitAmount": 11.42,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013596486,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 11.42,
"amountLessTax": 9.52,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095878",
"accountId": "2190678134095876",
"amount": 10.34,
"unitAmount": 10.34,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013597170,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.34,
"amountLessTax": 8.62,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095879",
"accountId": "2190678134095876",
"amount": 10.22,
"unitAmount": 5.11,
"quantity": 2,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013597639,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.22,
"amountLessTax": 8.52,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095880",
"accountId": "2190678134095876",
"amount": 6.22,
"unitAmount": 6.22,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013599022,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 6.22,
"amountLessTax": 5.18,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095881",
"accountId": "2190678134095876",
"amount": 12.51,
"unitAmount": 12.51,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013600506,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 12.51,
"amountLessTax": 10.43,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095889",
"accountId": "2190678134095876",
"amount": -5.71,
"unitAmount": 11.42,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013630137,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.71,
"amountLessTax": -4.76,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095891",
"accountId": "2190678134095876",
"amount": -5.17,
"unitAmount": 10.34,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013630140,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.17,
"amountLessTax": -4.31,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095893",
"accountId": "2190678134095876",
"amount": -5.11,
"unitAmount": 5.11,
"quantity": -0.9999,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013630143,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.11,
"amountLessTax": -4.26,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095895",
"accountId": "2190678134095876",
"amount": -3.11,
"unitAmount": 6.22,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013630145,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -3.11,
"amountLessTax": -2.59,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095897",
"accountId": "2190678134095876",
"amount": -6.26,
"unitAmount": 12.51,
"quantity": -0.5003,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013630148,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -6.26,
"amountLessTax": -5.22,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [],
"consumerRecord": null,
"currentProductionPhase": 0
},
"businessLocationId": 1340570962231298,
"platformRestaurantId": "352734",
"sequenceId": "B127514.29",
"platformReservationId": null
}
{
"notificationType": "CLOSE",
"account": {
"id": "2190678134095887",
"businessLocationId": "1340570962231298",
"name": "Table 10.1",
"accountNumber": "A127514.2",
"currencyCode": "EUR",
"staffId": "224812",
"staffName": "Manager",
"openDate": 1767013630085,
"closeDate": 1767013651398,
"paidAmount": 25.36,
"totalAmount": 25.36,
"coverCount": 1,
"gratuityAmount": 0,
"receiptNumber": "R127514.2",
"orderMode": "TABLE",
"accountObjectId": "1340570962231448",
"taxAmount": 4.23,
"preTaxAmount": 21.13,
"serviceCharge": 0,
"tableName": "Table 10",
"tableNumber": 10,
"tables": [
"10"
],
"accountProfileCode": null,
"accountProfileName": null,
"accountProfileId": null,
"originAccountId": 2190678134095876,
"originAccountNumber": "A127514.1",
"type": "SPLIT",
"updateDate": 1767013651397,
"offset": 240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "2190678134095888",
"accountId": "2190678134095887",
"amount": 5.71,
"unitAmount": 11.42,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013630136,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.71,
"amountLessTax": 4.76,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095890",
"accountId": "2190678134095887",
"amount": 5.17,
"unitAmount": 10.34,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013630139,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.17,
"amountLessTax": 4.31,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095892",
"accountId": "2190678134095887",
"amount": 5.11,
"unitAmount": 5.11,
"quantity": 0.9999,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013630141,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 5.11,
"amountLessTax": 4.26,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095894",
"accountId": "2190678134095887",
"amount": 3.11,
"unitAmount": 6.22,
"quantity": 0.5,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013630144,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 3.11,
"amountLessTax": 2.59,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095896",
"accountId": "2190678134095887",
"amount": 6.26,
"unitAmount": 12.51,
"quantity": 0.5003,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013630147,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 6.26,
"amountLessTax": 5.22,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 2190678134095911,
"accountId": "2190678134095887",
"currencyCode": "EUR",
"gratuityAmount": 0,
"amount": 25.36,
"date": 1767013651342,
"paymentMethod": "CB",
"paymentMethodDescription": "Carte bleue"
}
],
"discounts": [],
"externalReferences": [],
"consumerRecord": null,
"currentProductionPhase": 0
},
"businessLocationId": 1340570962231298,
"platformRestaurantId": "352734",
"sequenceId": "B127514.44",
"platformReservationId": null
}
{
"notificationType": "CLOSE",
"account": {
"id": "2190678134095876",
"businessLocationId": "1340570962231298",
"name": "Uno Cafe, Table 10",
"accountNumber": "A127514.1",
"currencyCode": "EUR",
"staffId": "224812",
"staffName": "Manager",
"openDate": 1767009229897,
"closeDate": 1767013633309,
"paidAmount": 25.35,
"totalAmount": 25.35,
"coverCount": 1,
"gratuityAmount": 0,
"receiptNumber": "R127514.1",
"orderMode": "TABLE",
"accountObjectId": "1340570962231448",
"taxAmount": 4.23,
"preTaxAmount": 21.12,
"serviceCharge": 0,
"tableName": "Table 10",
"tableNumber": 10,
"tables": [
"10"
],
"accountProfileCode": null,
"accountProfileName": null,
"accountProfileId": null,
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1767013633308,
"offset": 240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "2190678134095877",
"accountId": "2190678134095876",
"amount": 11.42,
"unitAmount": 11.42,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013596486,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 11.42,
"amountLessTax": 9.52,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095878",
"accountId": "2190678134095876",
"amount": 10.34,
"unitAmount": 10.34,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013597170,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.34,
"amountLessTax": 8.62,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095879",
"accountId": "2190678134095876",
"amount": 10.22,
"unitAmount": 5.11,
"quantity": 2,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013597639,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 10.22,
"amountLessTax": 8.52,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095880",
"accountId": "2190678134095876",
"amount": 6.22,
"unitAmount": 6.22,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013599022,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 6.22,
"amountLessTax": 5.18,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095881",
"accountId": "2190678134095876",
"amount": 12.51,
"unitAmount": 12.51,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013600506,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": 12.51,
"amountLessTax": 10.43,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095889",
"accountId": "2190678134095876",
"amount": -5.71,
"unitAmount": 11.42,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Aglio Olio",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231468",
"itemSku": "3",
"date": 1767013630137,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.71,
"amountLessTax": -4.76,
"discountedAmount": 0,
"grossUnitAmount": 11.42,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095891",
"accountId": "2190678134095876",
"amount": -5.17,
"unitAmount": 10.34,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Creamy Carbonarra",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231464",
"itemSku": "2",
"date": 1767013630140,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.17,
"amountLessTax": -4.31,
"discountedAmount": 0,
"grossUnitAmount": 10.34,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095893",
"accountId": "2190678134095876",
"amount": -5.11,
"unitAmount": 5.11,
"quantity": -0.9999,
"nameOverride": "",
"itemDescription": "Lemonade",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231484",
"itemSku": "7",
"date": 1767013630143,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -5.11,
"amountLessTax": -4.26,
"discountedAmount": 0,
"grossUnitAmount": 5.11,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095895",
"accountId": "2190678134095876",
"amount": -3.11,
"unitAmount": 6.22,
"quantity": -0.5,
"nameOverride": "",
"itemDescription": "Mango Orange Juice",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231488",
"itemSku": "8",
"date": 1767013630145,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -3.11,
"amountLessTax": -2.59,
"discountedAmount": 0,
"grossUnitAmount": 6.22,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "2190678134095897",
"accountId": "2190678134095876",
"amount": -6.26,
"unitAmount": 12.51,
"quantity": -0.5003,
"nameOverride": "",
"itemDescription": "Tuna Pesto",
"accountingGroupId": "1340570962231457",
"accountingGroupName": "Food",
"itemId": "1340570962231472",
"itemSku": "4",
"date": 1767013630148,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "[]"
}
],
"amountWithTax": -6.26,
"amountLessTax": -5.22,
"discountedAmount": 0,
"grossUnitAmount": 12.51,
"activeTax": {
"code": "TVAN20",
"description": "TVA 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 2190678134095898,
"accountId": "2190678134095876",
"currencyCode": "EUR",
"gratuityAmount": 0,
"amount": 25.35,
"date": 1767013633255,
"paymentMethod": "CASH",
"paymentMethodDescription": "Espèces"
}
],
"discounts": [],
"externalReferences": [],
"consumerRecord": null,
"currentProductionPhase": 0
},
"businessLocationId": 1340570962231298,
"platformRestaurantId": "352734",
"sequenceId": "B127514.36",
"platformReservationId": null
}
Reservation With Deposit
- Order Open
- Add Items
- Apply Deposit
- Order Close
{
"notificationType": "OPEN",
"account": {
"id": "1717802234806337",
"businessLocationId": "40570261078018",
"name": "Table 8",
"accountNumber": "A99989.3",
"currencyCode": "GBP",
"staffId": "200470",
"staffName": "Reservation_System",
"openDate": 1726687023480,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 0,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "40570261078330",
"taxAmount": 0,
"preTaxAmount": 0,
"serviceCharge": 0,
"tableName": "Table 8",
"tableNumber": 8,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "40570261078341",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726687023497,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-40570261078018-myApp#342"
}
],
"consumerRecord": {
"id": "133871",
"consumerRecordUUID": "29698d4a-2e57-4c7e-b649-1bcac8a41fd6",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2361.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 40570261078018,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B99989.73",
"platformReservationId": "342"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1717802234806337",
"businessLocationId": "40570261078018",
"name": "Table 8",
"accountNumber": "A99989.3",
"currencyCode": "GBP",
"staffId": "4354",
"staffName": "Manager",
"openDate": 1726687023480,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 20,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "40570261078330",
"taxAmount": 3.33,
"preTaxAmount": 16.67,
"serviceCharge": 0,
"tableName": "Table 8",
"tableNumber": 8,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "40570261078341",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726687023497,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717802234806338",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687118194,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "1717802234806339",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687122492,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-40570261078018-myApp#342"
}
],
"consumerRecord": {
"id": "133871",
"consumerRecordUUID": "29698d4a-2e57-4c7e-b649-1bcac8a41fd6",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2361.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 40570261078018,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B99989.76",
"platformReservationId": "342"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1717802234806337",
"businessLocationId": "40570261078018",
"name": "Table 8",
"accountNumber": "A99989.3",
"currencyCode": "GBP",
"staffId": "4354",
"staffName": "Manager",
"openDate": 1726687023480,
"closeDate": null,
"paidAmount": 10,
"totalAmount": 20,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "40570261078330",
"taxAmount": 3.33,
"preTaxAmount": 16.67,
"serviceCharge": 0,
"tableName": "Table 8",
"tableNumber": 8,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "40570261078341",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726687023497,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717802234806338",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687118194,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "1717802234806339",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687122492,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1717802234806343,
"accountId": "1717802234806337",
"currencyCode": "GBP",
"gratuityAmount": 0,
"amount": 10,
"date": 1726687160192,
"paymentMethod": "DEPOSIT",
"paymentMethodDescription": "Deposit"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-40570261078018-myApp#342"
}
],
"consumerRecord": {
"id": "133871",
"consumerRecordUUID": "29698d4a-2e57-4c7e-b649-1bcac8a41fd6",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2361.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 40570261078018,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B99989.81",
"platformReservationId": "342"
}
{
"notificationType": "CLOSE",
"account": {
"id": "1717802234806337",
"businessLocationId": "40570261078018",
"name": "Table 8",
"accountNumber": "A99989.3",
"currencyCode": "GBP",
"staffId": "4354",
"staffName": "Manager",
"openDate": 1726687023480,
"closeDate": 1726687744367,
"paidAmount": 20,
"totalAmount": 20,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": "R99989.3",
"accountObjectId": "40570261078330",
"taxAmount": 3.33,
"preTaxAmount": 16.67,
"serviceCharge": 0,
"tableName": "Table 8",
"tableNumber": 8,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "40570261078341",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726687023497,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717802234806338",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687118194,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
},
{
"id": "1717802234806339",
"accountId": "1717802234806337",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "burger",
"accountingGroupId": "40570261078059",
"accountingGroupName": "Food",
"itemId": "40570261078206",
"itemSku": "19",
"date": 1726687122492,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 10,
"amountLessTax": 8.33,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "VAT20",
"description": "VAT 20%",
"rate": 1.2,
"taxIncluded": true
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1717802234806343,
"accountId": "1717802234806337",
"currencyCode": "GBP",
"gratuityAmount": 0,
"amount": 10,
"date": 1726687160192,
"paymentMethod": "DEPOSIT",
"paymentMethodDescription": "Deposit"
},
{
"id": 1717802234806346,
"accountId": "1717802234806337",
"currencyCode": "GBP",
"gratuityAmount": 0,
"amount": 10,
"date": 1726687744327,
"paymentMethod": "CASH",
"paymentMethodDescription": "Cash"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-40570261078018-myApp#342"
}
],
"consumerRecord": {
"id": "133871",
"consumerRecordUUID": "29698d4a-2e57-4c7e-b649-1bcac8a41fd6",
"consumer": null,
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.2361.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 40570261078018,
"platformRestaurantId": "myApp-restaurant",
"sequenceId": "B99989.86",
"platformReservationId": "342"
}
Tax Exclusive
Regular Reservation
- Order Open
- Order Update
- Order Close
{
"notificationType": "OPEN",
"account": {
"id": "1717819414675479",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.2",
"currencyCode": "CAD",
"staffId": "206458",
"staffName": "Reservation_System",
"openDate": 1726689736130,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 0,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "141948669132977",
"taxAmount": 0,
"preTaxAmount": 0,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726689736141,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#438"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.31",
"platformReservationId": "438"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1717819414675479",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.2",
"currencyCode": "CAD",
"staffId": "14670",
"staffName": "Manager",
"openDate": 1726689736130,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 11.5,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "141948669132977",
"taxAmount": 1.5,
"preTaxAmount": 10,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726689736141,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717819414675480",
"accountId": "1717819414675479",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Hamburger",
"accountingGroupId": "141948669132845",
"accountingGroupName": "Food",
"itemId": "141948669133196",
"itemSku": "52",
"date": 1726689745439,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 11.5,
"amountLessTax": 10,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "MULTI",
"description": "MULTI",
"rate": 1.14975,
"taxIncluded": false
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#438"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.34",
"platformReservationId": "438"
}
{
"notificationType": "CLOSE",
"account": {
"id": "1717819414675479",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.2",
"currencyCode": "CAD",
"staffId": "14670",
"staffName": "Manager",
"openDate": 1726689736130,
"closeDate": 1726689836167,
"paidAmount": 11.5,
"totalAmount": 11.5,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": "R99990.2",
"accountObjectId": "141948669132977",
"taxAmount": 1.5,
"preTaxAmount": 10,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726689736141,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717819414675480",
"accountId": "1717819414675479",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Hamburger",
"accountingGroupId": "141948669132845",
"accountingGroupName": "Food",
"itemId": "141948669133196",
"itemSku": "52",
"date": 1726689745439,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 11.5,
"amountLessTax": 10,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "MULTI",
"description": "MULTI",
"rate": 1.14975,
"taxIncluded": false
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1717819414675482,
"accountId": "1717819414675479",
"currencyCode": "CAD",
"gratuityAmount": 0,
"amount": 11.5,
"date": 1726689836130,
"paymentMethod": "CASH",
"paymentMethodDescription": "Cash"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#438"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.37",
"platformReservationId": "438"
}
Reservation With Deposit
- Order Open
- Add Items
- Apply Deposit
- Order Close
{
"notificationType": "OPEN",
"account": {
"id": "1717819414675459",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.1",
"currencyCode": "CAD",
"staffId": "206458",
"staffName": "Reservation_System",
"openDate": 1726688878361,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 0,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "141948669132977",
"taxAmount": 0,
"preTaxAmount": 0,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726688878382,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#94"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.11",
"platformReservationId": "94"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1717819414675459",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.1",
"currencyCode": "CAD",
"staffId": "14670",
"staffName": "Manager",
"openDate": 1726688878361,
"closeDate": null,
"paidAmount": 0,
"totalAmount": 11.5,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "141948669132977",
"taxAmount": 1.5,
"preTaxAmount": 10,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726688878382,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717819414675461",
"accountId": "1717819414675459",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Hamburger",
"accountingGroupId": "141948669132845",
"accountingGroupName": "Food",
"itemId": "141948669133196",
"itemSku": "52",
"date": 1726688901163,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 11.5,
"amountLessTax": 10,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "MULTI",
"description": "MULTI",
"rate": 1.14975,
"taxIncluded": false
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#94"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.14",
"platformReservationId": "94"
}
{
"notificationType": "UPDATE",
"account": {
"id": "1717819414675459",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.1",
"currencyCode": "CAD",
"staffId": "14670",
"staffName": "Manager",
"openDate": 1726688878361,
"closeDate": null,
"paidAmount": 10,
"totalAmount": 11.5,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": null,
"accountObjectId": "141948669132977",
"taxAmount": 1.5,
"preTaxAmount": 10,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726688878382,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717819414675461",
"accountId": "1717819414675459",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Hamburger",
"accountingGroupId": "141948669132845",
"accountingGroupName": "Food",
"itemId": "141948669133196",
"itemSku": "52",
"date": 1726688901163,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 11.5,
"amountLessTax": 10,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "MULTI",
"description": "MULTI",
"rate": 1.14975,
"taxIncluded": false
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1717819414675463,
"accountId": "1717819414675459",
"currencyCode": "CAD",
"gratuityAmount": 0,
"amount": 10,
"date": 1726689599332,
"paymentMethod": "DEPOSIT",
"paymentMethodDescription": "Deposit"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#94"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.17",
"platformReservationId": "94"
}
{
"notificationType": "CLOSE",
"account": {
"id": "1717819414675459",
"businessLocationId": "141948669132802",
"name": "Table 1",
"accountNumber": "A99990.1",
"currencyCode": "CAD",
"staffId": "14670",
"staffName": "Manager",
"openDate": 1726688878361,
"closeDate": 1726689642005,
"paidAmount": 11.5,
"totalAmount": 11.5,
"coverCount": 2,
"gratuityAmount": 0,
"receiptNumber": "R99990.1",
"accountObjectId": "141948669132977",
"taxAmount": 1.5,
"preTaxAmount": 10,
"serviceCharge": 0,
"tableName": "Table 1",
"tableNumber": 1,
"accountProfileCode": "Reservation",
"accountProfileName": "Reservation",
"accountProfileId": "141948669133267",
"originAccountId": null,
"originAccountNumber": null,
"type": "SALE",
"updateDate": 1726688878382,
"offset": -240,
"totalDiscount": 0,
"transactionLines": [
{
"id": "1717819414675461",
"accountId": "1717819414675459",
"amount": 10,
"unitAmount": 10,
"quantity": 1,
"nameOverride": "",
"itemDescription": "Hamburger",
"accountingGroupId": "141948669132845",
"accountingGroupName": "Food",
"itemId": "141948669133196",
"itemSku": "52",
"date": 1726688901163,
"tags": "",
"phase": 0,
"categories": [
{
"category": "default",
"value": "Food"
}
],
"amountWithTax": 11.5,
"amountLessTax": 10,
"discountedAmount": 0,
"grossUnitAmount": 10,
"activeTax": {
"code": "MULTI",
"description": "MULTI",
"rate": 1.14975,
"taxIncluded": false
},
"subLines": [],
"modifiers": []
}
],
"paymentLines": [
{
"id": 1717819414675463,
"accountId": "1717819414675459",
"currencyCode": "CAD",
"gratuityAmount": 0,
"amount": 10,
"date": 1726689599332,
"paymentMethod": "DEPOSIT",
"paymentMethodDescription": "Deposit"
},
{
"id": 1717819414675466,
"accountId": "1717819414675459",
"currencyCode": "CAD",
"gratuityAmount": 0,
"amount": 1.5,
"date": 1726689641964,
"paymentMethod": "CASH",
"paymentMethodDescription": "Cash"
}
],
"discounts": [],
"externalReferences": [
{
"prefix": "TASK",
"reference": "RN-141948669132802-myApp#94"
}
],
"consumerRecord": {
"id": "139604",
"consumerRecordUUID": "880ad209-c061-41be-9aab-4779e5673d73",
"consumer": {
"id": "78277",
"emailAddress": "john.smith@email.com"
},
"contactInformation": {
"firstName": "John",
"lastName": "Smith",
"companyName": "",
"city": "",
"taxIdentifier": "",
"emailReceipts": false,
"fullName": "John Smith"
},
"externalReferences": [
{
"key": "myApp",
"reference": "OO.8262.ABC-123"
}
]
},
"currentProductionPhase": 0
},
"businessLocationId": 141948669132802,
"platformRestaurantId": "myApp",
"sequenceId": "B99990.22",
"platformReservationId": "94"
}