katana_public_api_client.models.update_manufacturing_order_recipe_row_request¶
katana_public_api_client.models.update_manufacturing_order_recipe_row_request
¶
Classes¶
UpdateManufacturingOrderRecipeRowRequest
¶
Request payload for updating a manufacturing order recipe row with actual consumption data and revised requirements
Example
{'notes': 'Used organic ingredients as requested by customer', 'planned_quantity_per_unit': 0.3, 'total_actual_quantity': 6.2, 'ingredient_availability': 'AVAILABLE', 'ingredient_expected_date': '2023-10-15T08:00:00Z', 'batch_transactions': [{'batch_id': 301, 'quantity': 3.5}, {'batch_id': 302, 'quantity': 2.7}], 'cost': 15.25}