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
{'variant_id': 2002, 'notes': 'Used organic ingredients as requested by customer', 'planned_quantity_per_unit': 0.3, 'total_actual_quantity': 6.2, 'batch_transactions': [{'batch_id': 301, 'quantity': 3.5}, {'batch_id': 302, 'quantity': 2.7}]}