List Wo Input Movements
Obtains the entry movements of the warehouses.
General information:
| Module | Category |
|---|---|
Work Order |
Read |
Molecule details
Input schema:
| Field | Type | Required | Description | Default value | Examples |
|---|---|---|---|---|---|
warehouse_code |
Optional[str] | ❌ | Warehouse code to filter entry movements. | None |
- |
start |
Optional[int] | ❌ | Home index for pagination. | None |
- |
limit |
Optional[int] | ❌ | Limit of records to be returned. | None |
- |
date_from |
Optional[str] | ❌ | Date since (ISO format). | None |
- |
date_to |
Optional[str] | ❌ | Date until (ISO format). | None |
- |
id_company |
Optional[int] | ❌ | Company ID. | None |
- |
id_movement |
Optional[int] | ❌ | ID of the specific move. | None |
- |
document |
Optional[str] | ❌ | Movement document number. | None |
- |
id_movement_type |
Optional[int] | ❌ | Movement type ID. | None |
- |
id_warehouse_target |
Optional[int] | ❌ | ID of the destination warehouse. | None |
- |
Notes:
This model calls the endpoint /api/warehouse_inputs_movements/.