Skip Navigation

StopoverPoint

Alternate Dates:

 

Element

StopoverPoint

Description

Stopover point (for example, three-character IATA code).

 

Attributes

Name

Type

Description

Use

LocationCode

AirportCode

Location code.

required

LocationType

LocationACType

Location type.

optional

 

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>