Documentation
    Preparing search index...
    • Parameters

      Returns Omit<
          {
              payloadAttributes?: {
                  correlationID?: string;
                  echoTokenText?: string;
                  timeStamp?: string;
                  transactionID?: string;
              };
              requestType: string;
          },
          "requestType",
      > & {
          pointOfSale: {
              agentDutyCode?: string;
              location: { cityCode: string; countryCode: string };
          };
          request: { order: { orderId: string } };
      } & { requestType: "orderId" }

      seatMap

      • pointOfSale: { agentDutyCode?: string; location: { cityCode: string; countryCode: string } }

        Contains point of sale information.

        • OptionalagentDutyCode?: string

          Internally defines the agent authority to request changes.

          read
          
        • location: { cityCode: string; countryCode: string }

          Point of sale location information.

          • cityCode: string

            The three-letter IATA airport or city code. Refer to the IATA Airline Coding Directory for a full list of values.

            TPA
            
          • countryCode: string

            The ISO 3166-1 (two character) country code.

            US
            
      • request: { order: { orderId: string } }

        Contains the offer associated with the seat map.

        • order: { orderId: string }
          • orderId: string

            The unique ID of the NDC Order associated with the seat maps to return in the orderId request.

      • requestType: "orderId"

        discriminator enum property added by openapi-typescript