Upon Booking created
When a booking is created
EVENT booking_created
Parameters
Example
Event
{
"type": "booking_created",
"data": {
"id": "1354",
"tableNames": [
"table1",
"table2"
],
"date": "2016-08-19T06:36:19.800Z",
"covers": "7",
"uri": "https://sandbox.doshii.co/pos/v3/bookings/1354"
}
}