Search Loan Account
To retrieve details of a loan account, send a GET request to the following endpoint:
GET
/api/LoanAccount/v1/Search
The response will contain relevant information associated with the loan account that matches the search criteria, allowing users to access and review details. This API endpoint facilitates the retrieval of loan account data, enabling users to access the necessary information for their specific requirements.
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
| string | The unique number identifying the account |
| string | The unique identifier of the customer associated with the loan account |
| string | The name associated with the account |
| string | The code of the product associated with the account |
| string | The code of the account officer managing the account |
| string | The current status of the account (e.g., Active, Inactive) |
| boolean | Indicates whether funds have been disbursed from the account using |
| date | The start date of the account activity |
| date | The end date of the account activity |
| integer | The current page number for pagination |
| integer | The number of records per page |
| string | The column by which the results are sorted |
| string | The direction of the sort (e.g., ascending or descending) |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated