This request allows you to pull loan information.
General
Like the Customers
entity, the Loans
entity holds a great amount of information. Here's what you need to know about Loans
:
-
You can use an
$expand
token to view the information within any of the nested objects. Or, you can send the request directly to the object like the following: -
https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans(9118)/Collateral
-
There are dozens of objects nested within the
Loans
entity. Here's a list of the nested objects:
Nested Loan Objects
ActionResultNotes | EstimatedDisbursements |
Advancements | Insurance |
APDAdjustments | LinkedLoanValues |
Autopays | LoanChilds |
Bankruptcies | LoanFunding |
Charges | LoanSettings |
ChecklistItemValues | LoanSetup |
Collateral | Payments |
Credits | RuleAppliedBankruptcy |
CurtailmentDates | RuleAppliedChangeDueDates |
Customers | RuleAppliedChargeOff |
CustomFieldValues | RuleAppliedChecklists |
Documents | RuleAppliedCustomerTools |
DPDAdjustments | RuleAppliedLoanSettings |
DueDateChanges | RuleAppliedLoanSetup |
EscrowAdjustments | RuleAppliedStopInterest |
EscrowCalculatedTx | ScheduleRolls |
EscrowCalculators | StatusArchive |
EscrowSubsetOptions | StopInterestDates |
EscrowSubsets | SubPortfolios |
EscrowTransactions | Transactions |
For more information on pulling loan information via the API, check out API – Getting Loan Information.
Database
For information on Loans database tables, see the following articles:
- Database – Loan Table (loan_entity)
- Database – Loan Setup (loan_setup_entity)
- Database – Loan Status Entity (loan_status_entity)
Try It Instructions
Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—hit Try It to send the request.
However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.