POST api/BaseLinehaul
Request Information
URI Parameters
None.
Body Parameters
BaseLinehaulRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| Section | integer | None. | |
| Miles | integer | None. | |
| Weight | integer | None. | |
| PickupDate | date | None. | |
| Tariff | string | None. | |
| QuoteDate | date | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Section": 1,
  "Miles": 2,
  "Weight": 3,
  "PickupDate": "2025-10-30T17:56:19.9590334-04:00",
  "Tariff": "sample string 5",
  "QuoteDate": "2025-10-30T17:56:19.9590334-04:00"
}
        application/xml, text/xml
            Sample:
        <BaseLinehaulRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Common.Models"> <Miles>2</Miles> <PickupDate>2025-10-30T17:56:19.9590334-04:00</PickupDate> <QuoteDate>2025-10-30T17:56:19.9590334-04:00</QuoteDate> <Section>1</Section> <Tariff>sample string 5</Tariff> <Weight>3</Weight> </BaseLinehaulRequest>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json
            Sample:
        1.0
application/xml, text/xml
            Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>