POST api/Shorthaul

Request Information

URI Parameters

None.

Body Parameters

ShorthaulRequest
NameDescriptionTypeAdditional information
PickupDate

date

None.

WeightMiles

integer

None.

Tariff

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PickupDate": "2025-07-01T04:07:14.5627745-04:00",
  "WeightMiles": 2,
  "Tariff": "sample string 3"
}

application/xml, text/xml

Sample:
<ShorthaulRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Common.Models">
  <PickupDate>2025-07-01T04:07:14.5627745-04:00</PickupDate>
  <Tariff>sample string 3</Tariff>
  <WeightMiles>2</WeightMiles>
</ShorthaulRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0

application/xml, text/xml

Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>