All details related to a single request item for a direct flight emission estimates.
| JSON representation |
|---|
{
"origin": string,
"destination": string,
"operatingCarrierCode": string,
"flightNumber": integer,
"departureDate": {
object ( |
| Fields | |
|---|---|
origin |
Required. IATA airport code for flight origin, e.g. "LHR". |
destination |
Required. IATA airport code for flight destination, e.g. "JFK". |
operatingCarrierCode |
Required. IATA carrier code, e.g. "AA". |
flightNumber |
Required. Flight number, e.g. 324. |
departureDate |
Required. Date of the flight in the time zone of the origin airport. Must be a date in the present or future. |