---
title: "Get the booked 3 year history"
method: POST
path: "/modeledrate/v3/booked/history/threeyear"
tags: ["Booked Rates"]
---

# Get the booked 3 year history

`POST /modeledrate/v3/booked/history/threeyear`

## Request body

- BookedLoad
  - `LoadId` string
  - `RateDateTime` string
  - `BookedDateTime` string
  - `ShipDateTime` string
  - `DeliveryDateTime` string
  - `Origin` Location
    - `Address` string
    - `City` string
    - `StateCode` string
    - `ZipCode` string
    - `Latitude` number
    - `Longitude` number
  - `Destination` Location
    - `Address` string
    - `City` string
    - `StateCode` string
    - `ZipCode` string
    - `Latitude` number
    - `Longitude` number
  - `Mileage` number
  - `TransportationMode` string
  - `EquipmentCode` string
  - `EquipmentOptions` string[]
  - `Weight` number
  - `NumberOfLoads` number
  - `MultiPickDrop` string — Yes/No
  - `CommodityId` number
  - `ServicesAndRequirements` string
  - `Accessorial` string
  - `FuelIncluded` boolean
  - `FuelPricePerTrip` number
  - `PalletCount` number

## Response `200`

Successful response

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/revisions/da4fa196575d/schema)
