Get Parcel Parent
With the help of this API, you can easily obtain the parent of your parcel.
| URL | /parcel/v1/get_parcel_parent/{sParcelid} |
| Method | GET |
| Parameters | parcelid, string |
| Sample Request JSON | |
| Sample Response JSON |
{ "status": "ok", "isvalid": true, "parcel": { "avgweight": 10, "parcelweight": 100, "parceltype": 2, "parcelreference": "Test Parcel 07-20 3", "numberofstones": 10, "numberofchilds": 1, "parcelid": "fb33f382-e0a4-4625-8b82-9ee23270ee21", "islinkedtoparent": false, "isinfocompleted": false, "datecreated": "2022-07-20T07:47:49.060", "datemodified": "2022-07-27T07:49:57.503", "knownorigin": "", "isexported": false, "islocked": false, "minefactory": "SOFTWARE", "isindomain": true, "parcelcountry": "Belgium", "domaincountry": "" } } |
| Response Codes |
200: ok E109: wrong token |