When a booking changes
EVENT booking_updated
Parameters
Field | Type | Description |
---|---|---|
environment | String |
The environment you'll be connecting to, such as |
locationToken | String |
Unique POS Location token provided by Doshii |
Example
Event
{
"type": "booking_updated",
"data": {
"id": "1354",
"tableNames": [
"table1",
"table2"
],
"date": "2016-08-19T06:36:19.800Z",
"covers": "7",
"uri": "https://sandbox.doshii.co/pos/v3/bookings/1354"
}
}
Comments
0 comments
Please sign in to leave a comment.