| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| accountAppPk | Integer | The primary key of the Account Application. | ||
| accountAppApplicantPk | Integer | The primary key of the Applicant. | ||
| response | ISBankAccountEnquiryResponse | ByRef | The successful Credit Enquiry Response, or Nothing. | |
| serviceLogs | ISServiceLogs | Optional | ByRef | The Service Logs relating to the Credit Enquiry. If omitted, a value of Nothing is assumed. |
| serviceId | String | Optional | The optional Service to filter by. | |
| includeClientRequests | Boolean | Optional | Indicates whether to use requests recorded against the Client if this Applicant is linked to a Client. If omitted, a value of True is assumed. | |
| includeFailed | Boolean | Optional | Include failed Enquiries. If omitted, a value of False is assumed. | |
| includePending | Boolean | Optional | Include Pending/ In Progress Enquiries. If omitted, a value of False is assumed. |
A Boolean value indicating success.