Booking Payload
Booking Payload Format
{
"ChangeDateTime": "2018-11-12T09:40:24.4443332Z",
"Booking": {
"Id": 11101,
"ProviderId": 1000,
"Reference": "BHCQ66D",
"RestaurantName": "Testaurant",
"MicrositeName": "Testaurant",
"VisitDate": "2018-11-08T00:00:00",
"VisitTime": "19:15:00",
"PartySize": 6,
"ChannelCode": "INTERNAL",
"SpecialRequests": null,
"IpAddress": "127.0.0.1",
"IsLeaveTimeConfirmed": false,
"Customer": {
"Id": 863,
"Title": "",
"FirstName": "Badger",
"Surname": "Beatty",
"Mobile": "2",
"Phone": "",
"Company": "Animalania",
"Email": "[email protected]",
"ReceiveGroupEmailMarketing": true,
"GroupEmailOptInDateTime": "2018-11-12T09:40:00",
"GroupEmailOptInText": "Would you like to receive news and offers from Laharna by Email",
"ReceiveGroupSmsMarketing": false,
"GroupSmsOptInDateTime": null,
"GroupSmsOptInText": "",
"ReceiveRestaurantEmailMarketing": false,
"RestaurantEmailOptInDateTime": null,
"RestaurantEmailOptInText": "",
"ReceiveRestaurantSmsMarketing": false,
"RestaurantSmsOptInDateTime": null,
"RestaurantSmsOptInText": "",
"MembershipId": "",
"CustomField": null,
"IsFavourite": false,
"Birthday": null,
"Anniversary": null,
"CustomerType": null,
"CustomerCodes": [],
"IsVip": false,
"OperaId": null,
"CustomerComments": "",
"CustomerIpAddress": "127.0.0.1"
},
"BookingReasonIds": [],
"BookingStatus": "Confirmed",
"BookingDateTime": "2018-11-12T09:40:08",
"Promotions": [],
"ArrivalStatus": "NotArrived",
"MealStatus": "Free",
"FunctionSheetUrl": null,
"PreOrderUrl": null,
"TableIds": [479, 507],
"TableNumbers": "1, 11",
"PhantomTableIds": [509],
"PhantomTableNumbers": "x.2",
"AreaIdList": [82, 86],
"BookingExtras": [
{
"Id": 1,
"Name": "Super Extra",
"Description": "Example extra",
"IsPrepayable": false,
"Quantity": 3,
"OriginalPrice": 10,
"OverridePrice": 10,
"TotalPrice": 30,
"PromotionId": null
}
],
"Payments": [],
"BookingCodes": [],
"RoomNumber": "",
"CustomerSpend": 0,
"BookingDuration": 60,
"CancellationReason": {
"Id": 10,
"Name": "No Show",
"DoesBlock": false,
"IsNoShow": true
},
"BookingComments": null
},
"Changes": [
{
"ChangeType": "BookingCreated",
"OldValue": null,
"NewValue": "BHCQ66D"
}
]
}Booking Event Types
Booking Arrival Status Changed
Booking Created
Booking Party Size Changed
Booking Promotions Changed
Booking Tables Changed
Booking Visit Date / Time Changed
Booking Status Changed
Booking Payments Changed
Booking Provider Changed
Last updated
Was this helpful?
