| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
An Integer value.