price_calculator

Price Calculator

Endpoint to retrieve price calculations based on flight data.

post/v3/price_calculator/

Request body

aircraftstring required

Aircraft tail number

aircraft_idinteger

Aircraft profile id. Helps find exact aircraft.

aircraft_profile_idinteger

Aircraft profile id. Helps find exact aircraft profile.

quote_date_utcstring date-time

Quote date in UTC format "YYYY-MM-DDThh:mm"

price_profilestring

Price profile name. Helps to use exact price profile.

use_scheduleboolean

Use schedule for price calculation.

currencystring

Currency code. Format: "USD", "EUR" etc.

Response

pricenumber double required

Total price for the flight.

Changes

No recorded changes to this endpoint across all 1 revision of this API.