SearchBankDocumentsRequestDto

constructor(customerId: Any? = null, title: String? = null, content: String? = null, dateStart: OffsetDateTime? = null, dateEnd: OffsetDateTime? = null, categoryIds: MutableList<String>? = null, categoryType: BankDocumentCategoryTypeDto? = null, sourceObjectNumber: String? = null, sourceObjectType: BankDocumentSourceObjectTypeDto? = null, folder: FolderTypeDto? = null, relevance: RelevanceTypeDto? = null, readStatus: ReadStatusDto? = eu.m8ty.dtos.common.ReadStatusDto.ALL)

Parameters

customerId

Customer ID for which the portfolios are to be displayed. This function is primarily intended for advisors who have access to the portfolio. A verification of the access authorization is done via the backend. If the field is left blank, the current user will be used.

title

Filter for document title

content

Filter for the document content

dateStart

Filter for publishingDate from certain date

dateEnd

Filter for publishingDate to certain date

categoryIds

Filter for multiple categories

categoryType
sourceObjectNumber

Number of the corresponding source type (e.g. contract number, customer number)

sourceObjectType
folder
relevance
readStatus