Create a batch with multiple empty parcels
You can create a batch with multiple empty parcels using this API.
| URL | /parcel/v1/init_parcel_multiple/{nQty} |
| Method | GET |
| Parameters | nQty, integer (Number of parcels you need to add to the batch) |
| Sample Request JSON | |
| Sample Response JSON |
{ "status": "ok", "isvalid": true, "parcel": [ "69f06627-0212-41b2-a263-0020992e271d", "57f56c9d-82e8-4b8a-9cdd-a414d8587611", "fc4b4690-2ed5-4cd9-8665-65c3f79d2765" ], "idbatch": 107, "batchid": "9b4a2fb0-a96e-4dd7-b225-3f28321477f8", "nadded_qty": 3 } |
| Response Codes | 200: ok |