Update Delivered Qty
Updates the quantity delivered in a work order material requisition.
General information:
| Module | Category |
|---|---|
Work Order |
Update |
Molecule details
Input parameters:
code_warehouse: str, required
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
code_warehouse |
str | ✅ | Warehouse code. | PydanticUndefined |
- |
code_item |
str | ✅ | Item code. | PydanticUndefined |
- |
output_order |
str | ✅ | Departure order. | PydanticUndefined |
- |
qty_delivered |
Union[int, float] | ✅ | Quantity delivered. | PydanticUndefined |
- |
wo_folio |
Optional[str] | ❌ | Folio of the OT. | None |
- |
unit_cost |
Union[int, float, NoneType] | ❌ | Unit cost. | None |
- |
Notes:
The code_warehouse, code_item, output_order and qty_delivered fields are required.