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

      Parameters

      • args: { dossier: any; keepErrors: boolean; retrieveRS: RetrieveBookingResponse }

        The parameters for the function.

        • dossier: any

          The dossier from db.

        • keepErrors: boolean

          Pass error messages to the XML response, else throw the error found.

        • retrieveRS: RetrieveBookingResponse

          The retrieve response object.

      Returns Promise<{ DataLists: any; Order: any; TicketDocInfo: any }>