---
title: "Returns the 4 week trendline for a lane"
method: POST
path: "/modeledrate/v3/posted/trend/fourweek"
tags: ["Posted Rates"]
---

# Returns the 4 week trendline for a lane

`POST /modeledrate/v3/posted/trend/fourweek`

## Request body

- PostedLoad
  - `LoadId` 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
  - `TransportationMode` string
  - `Stops` integer
  - `Mileage` number
  - `PostedDateTime` string
  - `EntryDateTime` string
  - `PickupDateTime` string
  - `DeliveryDateTime` string
  - `EquipmentCode` string
  - `EquipmentOptions` string[]
  - `Weight` number
  - `Length` number
  - `PalletCount` number
  - `PieceCount` number
  - `Cube` number
  - `CommodityId` number
  - `SpecInfo` string
  - `OtherEquipmentNeeds` string
  - `FuelPricePerGallon` 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)
