Production Orders

Create Production Order

Create a production order in DRAFT:

  • Uses the recipe of item_id
  • Calculates ingredient planned_qty from recipe yield
  • Stores ingredient snapshot in production_order_ingredients
post/inventory/production/orders

Request body

item_idinteger required
location_idinteger required
planned_qtynumber required
uomstring required
production_datestring nullable
notesstring nullable
created_bystring nullable

Response

Successful Response

idinteger required
numberstring required
item_idinteger required
item_codestring required
item_namestring required
location_idinteger required
location_codestring required
location_namestring required
planned_qtynumber required
actual_qtynumber nullable required
uomstring required
statusstring required
notesstring nullable required
created_bystring nullable required
created_atstring required
production_datestring required
posted_bystring nullable required
posted_atstring nullable required
total_input_costnumber nullable required
unit_output_costnumber nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.