POST v6/palletType/save

Request Information

URI Parameters

None.

Body Parameters

PalletTypeModel
NameDescriptionTypeAdditional information
PalletTypeId

integer

None.

PalletType

string

None.

IsActive

boolean

None.

SqFt

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "palletTypeId": 1,
  "palletType": "sample string 2",
  "isActive": true,
  "sqFt": 4.1
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1