Retrieving Loan Applications
Description
This method returns all the loan applications that belong to a borrower.
Definition
GET
Copy
https://<domain>/services/apexrest/peer/v1/LoanApplications/*
Parameters
The following table provides details of the request parameters used by this web service:
Field |
Type | Description |
---|---|---|
id | This is used to identify the loan account. The field used to identify the loan account is the Account_Id_Field__c field in API Configuration custom setting. If a field is not mentioned the Salesforce ID is used. | |
status | Desired statuses. If null, all loan applications are returned. | |
startdate | All investment orders created after & equal to this date are returned. | |
enddate | All investment orders created before & equal this date are returned. | |
rowlimit | Limit the results to these many records. |