Create an empty parcel
You can create an empty parcel with this API.
| URL | /parcel/v1/init_parcel |
| Method | GET |
| Parameters | |
| Sample Request JSON | |
| Sample Response JSON |
{ "status": "ok", "isvalid": true, "idparcel": 8889, "parcelid": "0dd57662-7a3d-43fa-9459-2ef9e78a4a97" } |
| Response Codes | 200: ok |