Delivered orders

Status tracking for DetailInvoice items in restaurant commands. This model tracks the delivery status of individual order items (DetailInvoice). Each DetailInvoice can have a StatusCommand entry to track if it has been delivered and when it was delivered. Estado de seguimiento de items DetailInvoice en las comandas de restaurante. Este modelo rastrea el estado de entrega de items de órdenes individuales (DetailInvoice). Cada DetailInvoice puede tener una entrada StatusCommand para rastrear si ha sido entregado y cuándo fue entregado.

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/statuscommand/
  • Detail URL: /api/v1/restaurant/statuscommand/: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
You can use any of other django lookups for filter data
Showing OPTIONS method:
 Loading API options...

Déjanos tus comentarios