PUT api/quote/item/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ShipmentQuoteItemBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| QuoteId | integer |
Required |
|
| PurchaseOrder | string |
None. |
|
| PackagingGroupId | integer |
None. |
|
| PalletTypeId | integer |
None. |
|
| HandlingAmount | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| Length | decimal number |
None. |
|
| Pieces | integer |
None. |
|
| Nmfc | string |
None. |
|
| Commodity | string |
None. |
|
| Class | string |
None. |
|
| IsHazardousMaterial | boolean |
None. |
|
| WeightType | string |
None. |
|
| UnitOfMeasureId | integer |
None. |
|
| CubeType | string |
None. |
|
| DimensionsType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuoteId": 1,
"PurchaseOrder": "sample string 2",
"PackagingGroupId": 1,
"PalletTypeId": 1,
"HandlingAmount": 1.0,
"Weight": 1.0,
"Width": 1.0,
"Height": 1.0,
"Length": 1.0,
"Pieces": 3,
"Nmfc": "sample string 4",
"Commodity": "sample string 5",
"Class": "sample string 6",
"IsHazardousMaterial": true,
"WeightType": "sample string 8",
"UnitOfMeasureId": 1,
"CubeType": "sample string 9",
"DimensionsType": "sample string 10"
}
application/xml, text/xml
Sample:
<ShipmentQuoteItemBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.ShipmentQuote"> <Class>sample string 6</Class> <Commodity>sample string 5</Commodity> <CubeType>sample string 9</CubeType> <DimensionsType>sample string 10</DimensionsType> <HandlingAmount>1</HandlingAmount> <Height>1</Height> <IsHazardousMaterial>true</IsHazardousMaterial> <Length>1</Length> <Nmfc>sample string 4</Nmfc> <PackagingGroupId>1</PackagingGroupId> <PalletTypeId>1</PalletTypeId> <Pieces>3</Pieces> <PurchaseOrder>sample string 2</PurchaseOrder> <QuoteId>1</QuoteId> <UnitOfMeasureId>1</UnitOfMeasureId> <Weight>1</Weight> <WeightType>sample string 8</WeightType> <Width>1</Width> </ShipmentQuoteItemBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.