Skip Navigation

DepartureWindow

Alternate Dates:

 

Element

DepartureWindow

Description

Number of hours and minutes (after the specified departure date and time) that the flight can depart (in HHMMHHMM format).

Type

TimeWindowType

 

Sample SOAP Value

<OriginDestinationInformation RPH="1">
    <DepartureDateTime>2018-01-01T00:00:00</DepartureDateTime>
    <DepartureWindow>10001200</DepartureWindow>
    <OriginLocation LocationCode="LAX"/>
    <DestinationLocation LocationCode="LGA"/>
    <TPA_Extensions>
        <Stopover>
            <DepartureDateTime>2018-01-06T00:00:00</DepartureDateTime>
            <DepartureWindow>10001200</DepartureWindow> 
            <StopoverPoint LocationCode="JFK" LocationType="A"/>
        </Stopover>
    </TPA_Extensions>
</OriginDestinationInformation>