---
title: "Contribute rates data"
method: POST
path: "/ratecrowdsourcing/v2/rates"
tags: ["Rate Crowd Sourcing"]
---

# Contribute rates data

`POST /ratecrowdsourcing/v2/rates`

Submit an array of rated loads to contribute to the accuracy of the predictive model that powers Rate Insights.

## Request body

- object
  - `RateEvents` RateEvent[]
    - `LoadNumber` string
    - `Workflow` string
    - `PickupDateTime` string
    - `DeliveryDateTime` string
    - `BookedDateTime` string
    - `ContractType` string
    - `Rate` Currency
      - `CurrencyCode` string
      - `Amount` number
      - `Type` string
    - `Fuel` Currency
      - `CurrencyCode` string
      - `Amount` number
      - `Type` 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
    - `AdditionalStops` Location[]
      - `Address` string
      - `City` string
      - `StateCode` string
      - `ZipCode` string
      - `Latitude` number
      - `Longitude` number
    - `Weight` object
      - `Quantity` number
      - `Unit` string
    - `Length` object
      - `Quantity` number
      - `Unit` string
    - `Width` object
      - `Quantity` number
      - `Unit` string
    - `Density` object
      - `Quantity` number
      - `Unit` string
    - `Distance` object
      - `Quantity` number
      - `Unit` string
    - `TransportationMode` string
    - `FreightClassID` number
    - `EquipmentCode` string
    - `CommodityId` number
    - `Carrier` object
      - `Name` string
      - `MotorCarrierNumber` string
      - `UsDotNumber` string
      - `ContactInfo` object
        - `Name` string
        - `PhoneNumber` string
        - `EmailAddress` string
    - `Customer` object
      - `Name` string
      - `ContactInfo` object
        - `Name` string
        - `PhoneNumber` string
        - `EmailAddress` string
    - `EquipmentOptions` string[]
    - `LoadCount` 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)
