|
|
API Routes/General |
|
|
\ No newline at end of file |
|
|
#### /app/inventorys
|
|
|
- **Method:** `GET`
|
|
|
- **Params**
|
|
|
- - **token**
|
|
|
- - **warehouse_id**
|
|
|
- - **dbname**
|
|
|
|
|
|
**Return**
|
|
|
- - **inventory_id**
|
|
|
- - **name**
|
|
|
- - **location**
|
|
|
- - **date**
|
|
|
- - **filter**
|
|
|
|
|
|
|
|
|
#### /app/inventory_product
|
|
|
- **Method:** `GET`
|
|
|
- **Params**
|
|
|
- - **token**
|
|
|
- - **inventory_id**
|
|
|
- - **barcode**
|
|
|
- - **qty** (opcional)
|
|
|
- - **dbname**
|
|
|
**Return** if qty
|
|
|
- - **status**
|
|
|
|
|
|
**Return** if not qty
|
|
|
- - **status**
|
|
|
- - **product_info**
|
|
|
- - **serial**
|
|
|
- - **theorical_qty** |