Documentation
    Preparing search index...
    • Refreshes the dossier with the provided data.

      Parameters

      Returns {
          BookingRef: {
              BookingEntity: { Carrier: { AirlineDesigCode: { _text: any } } };
              BookingID: { _text: any };
          };
          OrderID: { _text: string };
          OrderItem: {
              FareDetail: {
                  FareComponent: any;
                  FarePriceType: {
                      FarePriceTypeCode: { _text: string };
                      Price: {
                          BaseAmount: {
                              _attributes: { CurCode: any };
                              _text: string | number;
                          };
                          TaxSummary: { TotalTaxAmount: { _text: string
                          | number } };
                          TotalAmount: { _attributes: { CurCode: any }; _text: string | number };
                      };
                  };
                  PaxRefID: { _text: string };
              };
              OrderItemID: { _text: string };
              Price: {
                  BaseAmount: { _attributes: { CurCode: any }; _text: string | number };
                  TaxSummary: {
                      Tax: {
                          _attributes: { CurCode: any };
                          Amount: { _text: any };
                          TaxCode: { _text: string };
                      }[];
                      TotalTaxAmount: {
                          _attributes: { CurCode: any };
                          _text: string | number;
                      };
                  };
                  TotalAmount: { _attributes: { CurCode: any }; _text: string | number };
              };
              Service: any[];
              StatusCode: { _text: string };
          }[];
          OwnerCode: { _text: any };
          PaymentTimeLimitDateTime: string;
          TotalPrice: {
              TotalAmount: { _attributes: { CurCode: string }; _text: string };
          };
      }