... | ... | @@ -16,7 +16,7 @@ Returns all receptions of a selected warehouse |
|
|
|
|
|
# /app/product_in_reception *(POST)*
|
|
|
|
|
|
Returns all the information of a picking
|
|
|
Checks if the requests product is in the reception and returns the information of this product in the reception
|
|
|
|
|
|
**Params**
|
|
|
* `token` *(required)*
|
... | ... | @@ -31,41 +31,37 @@ Returns all the information of a picking |
|
|
{"product_quantity_done": 0.0, "serial": true, "reception_product": "", "product_info": "aaa", "status": true, "product_quantity_inicial": 40.0}
|
|
|
```
|
|
|
|
|
|
# /app/reception_validate *(POST)*
|
|
|
# /app/reception_product *(POST)*
|
|
|
|
|
|
Returns all the information of a picking
|
|
|
Updates the line of the requested product in the reception
|
|
|
|
|
|
**Params**
|
|
|
* `token` *(required)*
|
|
|
* `picking_id` *(required)*
|
|
|
* `barcode` *(required)*
|
|
|
* `qty` *(required)*
|
|
|
* `serial` *(required)*
|
|
|
* `dbname` *(required)*
|
|
|
|
|
|
**Return:** *JSON*
|
|
|
|
|
|
**Example return:**
|
|
|
```
|
|
|
{"status": true, "delivery_scan": {"city": "Reus", "partner": "ACTIA SUGRANYES, S.L.", "phone": "977322615", "user":
|
|
|
"Administrator", "note": false, "email": "maite@actiasg.com", "country": "Espa\u00f1a", "mobile": "False", "zip":
|
|
|
"43202", "street": "Raval Jes\u00fas, 14 2on", "picking": "ALB/00001", "street2": false}}
|
|
|
{"product_info": "", "status": true, "serial": "", "reception_product": ""}
|
|
|
```
|
|
|
|
|
|
# /app/reception_product *(POST)*
|
|
|
# /app/reception_validate *(POST)*
|
|
|
|
|
|
Returns all the information of a picking
|
|
|
Validates a reception
|
|
|
|
|
|
**Params**
|
|
|
* `token` *(required)*
|
|
|
* `picking_id` *(required)*
|
|
|
* `barcode` *(required)*
|
|
|
* `qty` *(required)*
|
|
|
* `serial` *(required)*
|
|
|
* `dbname` *(required)*
|
|
|
|
|
|
**Return:** *JSON*
|
|
|
|
|
|
**Example return:**
|
|
|
```
|
|
|
{"status": true, "delivery_scan": {"city": "Reus", "partner": "ACTIA SUGRANYES, S.L.", "phone": "977322615", "user":
|
|
|
"Administrator", "note": false, "email": "maite@actiasg.com", "country": "Espa\u00f1a", "mobile": "False", "zip":
|
|
|
"43202", "street": "Raval Jes\u00fas, 14 2on", "picking": "ALB/00001", "street2": false}}
|
|
|
{"status": true, "reception_validate": ""}
|
|
|
``` |