Parcel Template
Creates a new parcel template
post/parceltemplates
Headers
Authorizationstring required
Bearer Token (Example: Bearer foo)
Request body
Example request
{
"desi": 1,
"height": 1,
"id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
"length": 1,
"oldDesi": 1,
"oldWeight": 1,
"weight": 1,
"width": 1
}Response
Created
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.