Update venue by ID. Works as upsert
x-tenant | string <uuid> |
id | string[a-zA-Z0-9_.-]+ |
name required | string [ 1 .. 255 ] characters |
menu | string[\p{L}\p{N}_.-]+ |
active | boolean |
object (Address) | |
timeZone required | string |
object (GeoPosition) | |
object | |
warehouse | string[\p{L}\p{N}_.-]+ |
sync | boolean |
syncId | string^[a-z0-9A-Z]+$ |
object | |
object |
Update venue by ID. Works as upsert
venue required | string[a-zA-Z0-9_.-]+ |
x-tenant | string <uuid> |
id | string[a-zA-Z0-9_.-]+ |
name required | string [ 1 .. 255 ] characters |
menu | string[\p{L}\p{N}_.-]+ |
active | boolean |
object (Address) | |
timeZone required | string |
object (GeoPosition) | |
object | |
warehouse | string[\p{L}\p{N}_.-]+ |
sync | boolean |
syncId | string^[a-z0-9A-Z]+$ |
object | |
object |
Validate venue cluster (batch of venues). Returns information if order can be made to those venues simultaneously. Currently only single venue is allowed.
x-tenant | string <uuid> |
venues required | Array of strings |
orderType | string [ 0 .. 64 ] characters |
due | string <date-time> |
object (GeoPosition) |