Resource:Collection: of pallettypeC# Rel Const:Rels.PropertySvc.PalletTypeListURI template:pallettypesObtain URI from:
Success status: 200; Response is cacheable
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 | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "_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
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 | |
Links | IList<WebApi.Hal.Link> | |
- edit |
{ "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.