Parcel Template
Fetch address
get/parceltemplates/{parcelTemplateID}
Path parameters
parcelTemplateIDstring required
ID of Parcel Template as UUID (Example: 4a5929c1-c6e6-4cbf-93db-01da91da9bfb)
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Response
OK
Example response
{
"data": {
"desi": 1,
"height": 1,
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
"length": 1,
"oldDesi": 1,
"oldWeight": 1,
"weight": 1,
"width": 1
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.