Retrieve the Bank Account Enquiry Supplemental Report. The will download the report if it has not already been downloaded.

Syntax

finCreditBureau.GetBankAccountEnquirySupplementalReport(serviceLogPk, supplementalReportKey, content, contentFileExtension, contentIsFileName, contentBytes, [createFile])

Parameters

NameTypeOptionalByRefDescription
serviceLogPk Integer The Primary Key of a Service Log for the Bank Account Enquiry.
supplementalReportKey String The Supplemental Report key.
content String ByRef The file content, or if contentIsFileName then filename.
contentFileExtension String ByRef The file extension. Currently may return "htm", "pdf", "png" or "zip".
contentIsFileName Boolean ByRef Determines whether the content parameter is the content or a filename.
contentBytes Byte() ByRef A Byte array containing content data for PDF and Zip content.
createFile Boolean Optional Indicates whether to Create a File (a temporary file that will then be added to the Document Manager if the Document Manager is available). If omitted, a value of True is assumed.

Return Value

Boolean

An Integer value.

Member of:
finCreditBureau
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0