POST v6/palletType/save
Request Information
URI Parameters
None.
Body Parameters
PalletTypeModel| Name | Description | Type | Additional 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
integerResponse Formats
application/json, text/json
Sample:
1