BankDocumentAdapter

Adapter interface for interacting with the Bank Document Domain.

This interface provides methods to perform operations related to bank documents.

Functions

Link copied to clipboard

Returns all Document Categories of the user.

Link copied to clipboard
abstract fun getAttachmentById(bankDocumentId: String, attachmentId: String): FileData
Link copied to clipboard
abstract fun getBankDocumentById(bankDocumentId: String): BankDocumentDto

Retrieves the bank document with the specified id.

Link copied to clipboard

Marks multiple Bank Documents as read(set dateRead on the current server time).

Link copied to clipboard
abstract fun searchBankDocuments(searchBankDocumentsRequestDto: SearchBankDocumentsRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): BankDocumentsPageDto

Searches for bank documents based on the specified parameters.