get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()/Collateral
This request allows you to pull collateral information for a loan.
General
Many lenders use collateral to secure their loans. Here's what you need to know about collateral:
- Up to 50 items can be collateralized on a single loan. Loans can also have no collateral.
- The
Collateral
object is nested within theLoans
entity.
For an example of how collateral works within the UI, take a look at our Add Collateral Information article.
Database
For information on collateral database tables, see the following articles:
- Database – Collateral Entity (collateral_entity)
- Database – Collateral Field Entity (collateral_field_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.