Add fiscal information to order. This should reflect printed fiscal strip.
uid required | string <uuid> Order id |
timestamp required | string <date-time> |
user | string <uuid> |
venue | string[\p{L}\p{N}_.-]+ |
amount required | number |
printer required | string [ 3 .. 64 ] characters |
slip required | string [ 3 .. 64 ] characters |
Array of objects (SlipEntry) | |
taxId | string [ 0 .. 32 ] characters |
message | string [ 0 .. 64 ] characters |
object |
Set due timestamp for order.
uid required | string <uuid> Order id |
due | string <date-time> Due timestamp of order. Allows to place future orders. Some conditions depending on tenant configuration must be met on how soon or late this timestamp can be. |