Create Order

POST {{HOST}}/api/partner-api/v3/orders

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.

Request Body

{"packageQuoteID"=>"50b463c8-58ac-41ae-b89a-ef5c4e88e633", "customer"=>{"firstName"=>"TESTY", "lastName"=>"McTesterson III", "phone"=>"888-888-8888", "email"=>"mrmctesterson@testing.com"}, "paymentMethod"=>{"provider"=>"STRIPE_TOKEN", "token"=>"tok_visa"}, "notes"=>"Hello you can put notes here."}