Kitchen Display System
Restaurant commands (comandas) with personalized URLs.
This model manages restaurant commands with custom configuration
by branch and category. Each command generates a unique URL
that can be shared publicly to display orders from DetailInvoice.
Comandas de restaurante con URLs personalizadas.
Este modelo permite gestionar comandas de restaurante con configuración
personalizada por sucursal y categoría. Cada comanda genera una URL única
que puede ser compartida públicamente para mostrar órdenes de DetailInvoice.
Header api token: X-API-TOKEN
Get api token in Your account settings
Allowed API methods: GET, POST, PUT, PATCH, OPTIONS
- List URL: /api/v1/restaurant/command/
- Detail URL: /api/v1/restaurant/command/:id/
Params
_page_size: (int) Number of results per page_page: (str|int) Number of page to get, set __all__ for get all results_ordering: (str) Field for ordering, if is descending set '-' Ex: -field_name_fields: (str) List of fields to return separed by comma
Showing OPTIONS method:
Loading API options...
Déjanos tus comentarios