When a booking is deleted
EVENT booking_deleted
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_deleted",
"data": {
"id": "1354",
"tableNames": [
"table1",
"table2"
],
"date": "2016-08-19T06:36:19.800Z"
}
}
Comments
0 comments
Please sign in to leave a comment.