Skip to content

katana_public_api_client.models.create_manufacturing_order_operation_row_request

katana_public_api_client.models.create_manufacturing_order_operation_row_request

Classes

CreateManufacturingOrderOperationRowRequest

Request payload for creating a new manufacturing order operation row to track production operation time and operator assignments

Example:
    {'manufacturing_order_id': 1001, 'operation_id': 201, 'type': 'manual', 'operation_name': 'Assembly',
        'resource_id': 501, 'resource_name': 'Workstation A', 'planned_time_parameter': 1.0, 'planned_time_per_unit':
        15.0, 'cost_parameter': 1.0, 'cost_per_hour': 50.0, 'status': 'NOT_STARTED'}