Skip to content

Request changes #1

@AmeerFaisalAdanan

Description

@AmeerFaisalAdanan
  1. Change PseudoCityCode="PCC" to PseudoCityCode="F9CE"
  2. Modify dates for originDestination to a valid date. Modify the LocationCode by getting the location code from mobile app
                    <OriginDestinationInformation RPH="1">
                        <DepartureDateTime>2024-09-01T11:00:00</DepartureDateTime>
                        <OriginLocation LocationCode="DFW"/>
                        <DestinationLocation LocationCode="CDG"/>
                        <TPA_Extensions>
                            <SegmentType Code="O"/>
                        </TPA_Extensions>
                    </OriginDestinationInformation>
                    <OriginDestinationInformation RPH="2">
                        **<DepartureDateTime>2024-09-15T11:00:00</DepartureDateTime>**
                        <OriginLocation LocationCode="CDG"/>
                        <DestinationLocation LocationCode="DFW"/>
                        <TPA_Extensions>
                            <SegmentType Code="O"/>
                        </TPA_Extensions>
                    </OriginDestinationInformation>
  1. Try to reduce the size of the response by returning relevant response for the mobile app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions