PUT api/Quote/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ShipmentQuoteBindingViewModel
NameDescriptionTypeAdditional information
CustomerName

string

None.

ShipperZipCode

string

Required

ShipperCity

string

None.

ShipperState

string

None.

ConsigneeZipCode

string

Required

ConsigneeCity

string

None.

ConsigneeState

string

None.

ModeId

integer

Required

CustomerId

integer

None.

ShipperReq

string

None.

ConsigneeReq

string

None.

ShipmentReq

string

None.

LastShipDate

date

None.

MustArriveByDate

date

None.

ExpirationDate

date

None.

EmptyLocationZipCode

string

None.

EmptyLocationCity

string

None.

EmptyLocationState

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerName": "sample string 1",
  "ShipperZipCode": "sample string 2",
  "ShipperCity": "sample string 3",
  "ShipperState": "sample string 4",
  "ConsigneeZipCode": "sample string 5",
  "ConsigneeCity": "sample string 6",
  "ConsigneeState": "sample string 7",
  "ModeId": 8,
  "CustomerId": 1,
  "ShipperReq": "sample string 9",
  "ConsigneeReq": "sample string 10",
  "ShipmentReq": "sample string 11",
  "LastShipDate": "2025-12-05T21:57:10.7714438-08:00",
  "MustArriveByDate": "2025-12-05T21:57:10.7714438-08:00",
  "ExpirationDate": "2025-12-05T21:57:10.7714438-08:00",
  "EmptyLocationZipCode": "sample string 12",
  "EmptyLocationCity": "sample string 13",
  "EmptyLocationState": "sample string 14"
}

application/xml, text/xml

Sample:
<ShipmentQuoteBindingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMpowerCore.ViewModels.ShipmentQuote">
  <ConsigneeCity>sample string 6</ConsigneeCity>
  <ConsigneeReq>sample string 10</ConsigneeReq>
  <ConsigneeState>sample string 7</ConsigneeState>
  <ConsigneeZipCode>sample string 5</ConsigneeZipCode>
  <CustomerId>1</CustomerId>
  <CustomerName>sample string 1</CustomerName>
  <EmptyLocationCity>sample string 13</EmptyLocationCity>
  <EmptyLocationState>sample string 14</EmptyLocationState>
  <EmptyLocationZipCode>sample string 12</EmptyLocationZipCode>
  <ExpirationDate>2025-12-05T21:57:10.7714438-08:00</ExpirationDate>
  <LastShipDate>2025-12-05T21:57:10.7714438-08:00</LastShipDate>
  <ModeId>8</ModeId>
  <MustArriveByDate>2025-12-05T21:57:10.7714438-08:00</MustArriveByDate>
  <ShipmentReq>sample string 11</ShipmentReq>
  <ShipperCity>sample string 3</ShipperCity>
  <ShipperReq>sample string 9</ShipperReq>
  <ShipperState>sample string 4</ShipperState>
  <ShipperZipCode>sample string 2</ShipperZipCode>
</ShipmentQuoteBindingViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.