Get a parcel details
You can get the details of a given parcel using this API.
| URL | /parcel/v1/get_parcel/{sParcelid} |
| Method | GET |
| Parameters | parcelid, string |
| Sample Request JSON | |
| Sample Response JSON |
{ "status": "ok", "isvalid": true, "parcel": { "isindomain": true, "isbatch": false, "parceltype": 2, "avgweight": 0, "parcelweight": 22, "parcelreference": "Test parcel country", "numberofstones": 0, "knownorigin": "Ekati", "numberofchilds": 0, "parcelid": "63ff6d1c-dd90-4662-8406-d91614e42c7c", "islinkedtoparent": false, "isinfocompleted": false, "datecreated": "2023-08-04T09:10:48.554", "datemodified": "2023-08-04T09:11:48.769", "isexported": false, "islocked": false, "parcelcountry": "DTC", "domaincountry": "BELGIUM", "minefactory": "Alrosa" } } |
| Response Codes |
200: ok E109: wrong token |