properties pallettypes (http://api.3plcentral.com/rels/properties/pallettypes)
Resource:
Collection: of pallettype
C# Rel Const:
Rels.PropertySvc.PalletTypeList
URI template:
pallettypes
Obtain URI from:
Success status: 200; Response is cacheable
none
Type Description
ResourceList IList<Property.Models.PalletType>
Name string
Description string
LengthImperial decimal
WidthImperial decimal
HeightImperial decimal
WeightImperial decimal
LengthMetric decimal
WidthMetric decimal
HeightMetric decimal
WeightMetric decimal
MaterialType int
LoadType int
Cost decimal
DefaultRate decimal
Sample accept: application/hal+json
{
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/pallettype": [
      {
        "name": "str",
        "description": "str",
        "lengthImperial": 3.0,
        "widthImperial": 4.0,
        "heightImperial": 5.0,
        "weightImperial": 6.0,
        "lengthMetric": 7.0,
        "widthMetric": 8.0,
        "heightMetric": 9.0,
        "weightMetric": 10.0,
        "materialType": 11,
        "loadType": 12,
        "cost": 13.0,
        "defaultRate": 14.0
      }
    ]
  }
}
Success status: 201; ETag response header supplied
none
Type Description
Name string
Description string
LengthImperial decimal
WidthImperial decimal
HeightImperial decimal
WeightImperial decimal
LengthMetric decimal
WidthMetric decimal
HeightMetric decimal
WeightMetric decimal
MaterialType int
LoadType int
Cost decimal
DefaultRate decimal
Sample content-type: application/hal+json
{
  "name": "str",
  "description": "str",
  "lengthImperial": 3.0,
  "widthImperial": 4.0,
  "heightImperial": 5.0,
  "weightImperial": 6.0,
  "lengthMetric": 7.0,
  "widthMetric": 8.0,
  "heightMetric": 9.0,
  "weightMetric": 10.0,
  "materialType": 11,
  "loadType": 12,
  "cost": 13.0,
  "defaultRate": 14.0
}
Type Description
Name string
Description string
LengthImperial decimal
WidthImperial decimal
HeightImperial decimal
WeightImperial decimal
LengthMetric decimal
WidthMetric decimal
HeightMetric decimal
WeightMetric decimal
MaterialType int
LoadType int
Cost decimal
DefaultRate decimal
Sample accept: application/hal+json
{
  "name": "str",
  "description": "str",
  "lengthImperial": 3.0,
  "widthImperial": 4.0,
  "heightImperial": 5.0,
  "weightImperial": 6.0,
  "lengthMetric": 7.0,
  "widthMetric": 8.0,
  "heightMetric": 9.0,
  "weightMetric": 10.0,
  "materialType": 11,
  "loadType": 12,
  "cost": 13.0,
  "defaultRate": 14.0
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.