| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| serviceLogPk | Integer | The Primary Key of a Service Log for the Credit Enquiry. | ||
| failedNotYetComplete | Boolean | Optional | ByRef | Indicates that the failure was because the Report has not yet complete. If omitted, a value of False is assumed. |
| executeUpdateFailed | Boolean | Optional | ByRef | Indicates whether the original Service Log update failed. If omitted, a value of False is assumed. |
| executePostFailed | Boolean | Optional | ByRef | Indicates whether the post script event "ExecuteCreditEnquiryUpdatePost" failed. If omitted, a value of False is assumed. |
| response | ISCreditEnquiryResponse | Optional | ByRef | The Response returned from the Credit Enquiry service. If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.