Logo
Bellhop API Documentation

Quick Price

POST {{HOST}}/api/partner-api/v2/pods/quotes/quickprice

Quick Price takes the container configuration, container delivery date, and zip code and gets its own workers/hours estimate then goes and gets the cheapest price for loading within 7 days of the container delivery date and returns the price and the estimation.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'HOST/api/partner-api/v2/pods/quotes/quickprice' -d '{"postal_code":"37363","container_date":"2023-02-28T08:00:00-05:00","containers":{"eight_foot":0,"twelve_foot":0,"sixteen_foot":1}}'

ENDPOINTS