inventory pallet (http://api.3plcentral.com/rels/inventory/pallet)
Resource:
specific instance of a received pallet, bag or other such unit
C# Rel Const:
Rels.InventorySvc.Pallet
URI template:
pallets/{id}
Obtain URI from:
Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int
Type Description
Label string new unique label or leave blank for system to generate unique label number
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
PalletTypeIdentifier Generic.Models.PalletTypeIdentifier
Name string
Id int
Metric Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Imperial Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Sample content-type: application/hal+json
{
  "label": "str",
  "facilityIdentifier": {
    "name": "str",
    "id": 2
  },
  "palletTypeIdentifier": {
    "name": "str",
    "id": 2
  },
  "metric": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "imperial": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "rowVersion": "str"
}
Type Description
Label string new unique label or leave blank for system to generate unique label number
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
PalletTypeIdentifier Generic.Models.PalletTypeIdentifier
Name string
Id int
Metric Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Imperial Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Sample accept: application/hal+json
{
  "label": "str",
  "facilityIdentifier": {
    "name": "str",
    "id": 2
  },
  "palletTypeIdentifier": {
    "name": "str",
    "id": 2
  },
  "metric": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "imperial": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "rowVersion": "str"
}
Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int
Type Description
Label string new unique label or leave blank for system to generate unique label number
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
PalletTypeIdentifier Generic.Models.PalletTypeIdentifier
Name string
Id int
Metric Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Imperial Generic.Models.Dimension
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Sample accept: application/hal+json
{
  "label": "str",
  "facilityIdentifier": {
    "name": "str",
    "id": 2
  },
  "palletTypeIdentifier": {
    "name": "str",
    "id": 2
  },
  "metric": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "imperial": {
    "length": 1.0,
    "width": 1.0,
    "height": 1.0,
    "weight": 1.0
  },
  "rowVersion": "str"
}

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.