Documentation
    Preparing search index...
    • Parameters

      Returns Omit<
          {
              payloadAttributes?: {
                  correlationID?: string;
                  echoTokenText?: string;
                  timeStamp?: string;
                  transactionID?: string;
              };
              requestType: string;
          },
          "requestType",
      > & {
          request: {
              customAttributes?: { key: string; value: string }[];
              dataBin?: string;
              pnrLocator: string;
          };
          requestMode?: "BOOKING"
          | "CHECKIN";
      } & { requestType: "stateless" }

      seatMap

      • request: {
            customAttributes?: { key: string; value: string }[];
            dataBin?: string;
            pnrLocator: string;
        }

        Contains itinerary elements required for the stateless request type.

        • OptionalcustomAttributes?: { key: string; value: string }[]

          Lists any custom input attributes.

        • OptionaldataBin?: string
        • pnrLocator: string

          The PNR locator associated with the seat maps to return in the stateless request.

      • OptionalrequestMode?: "BOOKING" | "CHECKIN"

        Identifies whether the request should be used for booking or for check-in.

      • requestType: "stateless"

        discriminator enum property added by openapi-typescript