Posted Rate Four Week Trendline

POST rateinsights/v3/posted/trend/fourweek Builds a posted rate estimate trendline.

Authorization bearer token
Content Type application/json
Accept application/json
URL Params None
Body Params JSON Object

📘

Posted Rate Four Week Trend

👍

Note:

** Indicates an optional field

curl --request POST \
     --url https://example.com/modeledrate/v3/posted/trend/fourweek \
     --header 'accept: application/json' \
     --header 'authorization: Bearer c5dc1bd2fbad438ea95d5f8196c21f3d0edaf9f4147f4a7296d54210b83d93a5' \
     --header 'content-type: application/json' \
     --data '{
    "LoadId": "1782299211",
    "Origin":{
        **"Address": "4 Jersey St",
        "City": "Boston",
        "StateCode": "MA",
        "ZipCode": "02215",
        **"Latitude": 42.358990,
        **"Longitude": -71.058632
    },
    "Destination":{
        **"Address": "1500 S Capitol St SE",
        "City": "Washington",
        "StateCode": "DC",
        "ZipCode": "20003",
        **"Latitude": 38.87,
        **"Longitude": -77.01
    },
    "TransportationMode": "TL",
    "Stops": 0,
    **"Mileage": 437,
    "PostedDateTime": "2021-12-13T20:59:51.644Z",
    "EntryDateTime": "2021-12-13T20:59:51.644Z",
    "PickUpDateTime": "2021-12-14T20:59:51.644Z",
    **"DeliveryDateTime": "2021-12-18T20:59:51.644Z",
    "EquipmentCode": "V",
    **"EquipmentOptions": [ "X", "T" ],
    **"Weight": 42000,
    **"Length": 53,
    **"PalletCount": 0,
    **"PieceCount": 0,
    **"Cube": 0,
    **"CommodityId": 1,
    **"SpecInfo": "38F. PRODUCE. 1 PICKL 1 DROP. LOADS SAT 9AM. EMPTY MONDAY 1AM",
    **"OtherEquipmentNeeds": "none",
    "FuelPricePerGallon": 2.34
}'
[
  {
    "result": "Success",
    "loadId": "string",
    "upperBound": 0,
    "lowerBound": 0,
    "trendlineCollections": [
      {
        "trendlineName": "string",
        "trendlineSeries": [
          {
            "trendlineStartDate": "string",
            "trendlineEndDate": "string",
            "totalRate": 0,
            "ratePerMile": 0
          }
        ]
      }
    ],
    "message": "string"
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "extensions": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  },
  "errors": {
    "additionalProp1": [
      "string"
    ],
    "additionalProp2": [
      "string"
    ],
    "additionalProp3": [
      "string"
    ]
  },
  "data": "string",
  "success": true,
  "statusSet": [
    {
      "code": 0,
      "descriptor": "string",
      "message": "string",
      "field": "string"
    }
  ],
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}