Parcel Template

Creates a new parcel template

post/parceltemplates

Headers

Authorizationstring required

Bearer Token (Example: Bearer foo)

Request body

createdAtstring
desinumber

Desi of parcel

distanceUnit'cm'

Distance unit of parcel

heightnumber

Height of parcel

idstring uuid4
isActiveboolean
languageCodestring
lengthnumber

Length of parcel

massUnit'kg' | 'lb'

Weight unit of parcel

namestring
oldDesinumber
oldWeightnumber
ownerstring
testboolean
updatedAtstring
weightnumber

Weight of parcel

widthnumber

Width of parcel

Example request

{
  "desi": 1,
  "height": 1,
  "id": "4a5929c1-c6e6-4cbf-93db-01da91da9bfb",
  "length": 1,
  "oldDesi": 1,
  "oldWeight": 1,
  "weight": 1,
  "width": 1
}

Response

Created

additionalMessagestring
codestring
messagestring
resultboolean

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.