Retrieves shipping lane price data for an individual company and returns the retrieved prices to the caller.
equipment_type: Equipment type the lane was run with - DRY_VAN
, REEFER
or FLATBED
stops: List of stops in the format country:US|postal_code:78701
Successful Response
Validation Error
{- "errors": [ ],
- "data": {
- "prices": [ ],
- "aggregates": { }
}, - "page": 1,
- "limit": 50,
- "total_pages": 0,
- "links": {
- "last": ""
}
}