Skip to content
English
  • There are no suggestions because the search field is empty.

Get Parcel Traceability

You can get the list of parcel traceability using this API

URL /parcel/v1/get_parceltraceability/{parcelid}
Method GET 
Parameters  parcelid, string
Sample Request JSON  
Sample Response JSON

{

"status": "ok",

"tablistofparcels": [

{

"sParcel_ref": "Test Parcel",

"sParcel_stoken_short": "f4dcd10b-6207-41bc-905d-e05b6e520ff1",

"rparcel_weight": 10,

"rParcel_weight_avg": 0,

"nParcel_NumberOfStones": 0,

"tabParcel_parents": [],

"tabParcel_childs": [

"3caf581b-a338-4ffb-9203-3f86c61f4cc4"

],

"nParcel_Type": 2,

"bParcel_islocked": false,

"bParcel_isexported": false

},

{

"sParcel_ref": "Test Parcel/1",

"sParcel_stoken_short": "3caf581b-a338-4ffb-9203-3f86c61f4cc4",

"rparcel_weight": 10,

"rParcel_weight_avg": 0,

"nParcel_NumberOfStones": 0,

"tabParcel_parents": [],

"tabParcel_childs": [],

"nParcel_Type": 2,

"bParcel_islocked": false,

"bParcel_isexported": false

}

]

}

Response Codes  200: ok