v1
latestOpenAPI 3.1.02026-07-246246106.8 KBRate Crowd Sourcing
Contribute rates data
Submit an array of rated loads to contribute to the accuracy of the predictive model that powers Rate Insights.
post/ratecrowdsourcing/v2/rates
Request body
Example request
{
"RateEvents": [
{
"LoadNumber": "LD1334",
"Workflow": "TenderedRate",
"PickupDateTime": "2024-10-01T00:00:00.000Z",
"DeliveryDateTime": "2024-10-01T00:00:00.000Z",
"BookedDateTime": "2024-10-01T00:00:00.000Z",
"ContractType": "Spot",
"Rate": {
"CurrencyCode": "USD",
"Amount": 123.45,
"Type": "Flat"
},
"Fuel": {
"CurrencyCode": "USD",
"Amount": 123.45,
"Type": "Flat"
},
"Origin": {
"Address": "123 Main St.",
"City": "Chicago",
"StateCode": "IL",
"Latitude": 41.8781,
"Longitude": 87.6298
},
"Destination": {
"Address": "123 Main St.",
"City": "Chicago",
"StateCode": "IL",
"Latitude": 41.8781,
"Longitude": 87.6298
},
"AdditionalStops": [
{
"Address": "123 Main St.",
"City": "Chicago",
"StateCode": "IL",
"Latitude": 41.8781,
"Longitude": 87.6298
}
],
"Weight": {
"Quantity": 23000,
"Unit": "LBS"
},
"Length": {
"Quantity": 53,
"Unit": "feet"
},
"Width": {
"Quantity": 10,
"Unit": "feet"
},
"Density": {
"Quantity": 530,
"Unit": "CubicFeet"
},
"Distance": {
"Quantity": 950,
"Unit": "Miles"
},
"TransportationMode": "TL",
"FreightClassID": 50,
"EquipmentCode": "V",
"CommodityId": 40,
"Carrier": {
"Name": "Snowman Trucking",
"ContactInfo": {
"Name": "Mary Jones",
"PhoneNumber": "123-456-7890",
"EmailAddress": "MaryJ@ABCCo.com"
}
},
"Customer": {
"Name": "ABC Warehouse",
"ContactInfo": {
"Name": "Mary Jones",
"PhoneNumber": "123-456-7890",
"EmailAddress": "MaryJ@ABCCo.com"
}
},
"EquipmentOptions": [
"X",
"T"
],
"LoadCount": 1
}
]
}Response
Successful response