Órdenes de manufactura

Manufacturing order: the product to build and its quantity live in the header, never in a line - so the direction of every inventory movement is decided by the header, not by a field the browser has to fill correctly. The lines are always inputs (never another finished product): see README_LINEA_DE_PRODUCCION.md section 2.6.

Header api token: X-API-TOKEN

Obtener api token en Su configuración de cuenta

Métodos API permitidos: GET, POST, PUT, PATCH, OPCIONES

  • List URL: /api/v1/manufacturing/manufacturingorder/
  • Detail URL: /api/v1/manufacturing/manufacturingorder/:id/
Parámetros
  • _page_size: (int) Número de resultados por página
  • _page: (str|int) Número de páginas a consultar, coloque __all__ para obtener todos los resultados sin paginar
  • _ordering: (str) Campo para ordenar, si es descendente colocar '-', Ej: -nombre_del_campo
  • _fields: (str) Lista de los campos a devolver, separados por coma
Usted puede usar cualquer otro parametro de django para filtrar los datos
Muestra el método OPTIONS
 Cargando opciones de API ...

Objetos relacionados:


Líneas de orden de manufactura

One input line of a manufacturing order, exploded from the recipe (DetailElement) of the product being manufactured. Always an input: the finished product itself never appears as a line, it is the order header.
  • List URL: /api/v1/manufacturing/manufacturingorderline/
  • Detail URL: /api/v1/manufacturing/manufacturingorderline/:id/
Muestra el método OPTIONS
 Cargando opciones de API ...