get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()/Documents()
This request allows you to pull information for a specific loan document.
General
Loan documents are often used in lending to keep copies of a borrower's loan agreement and more. Here's what you need to know about this request:
- This request pulls information for document associated with a specific loan.
- Loan documents differ from customer documents, but the two differ only in where they are saved. Thus, the two types of documents use different endpoints.
- You won't be able to view or download the document with this request. You'll simply be able to view the document's information such as file name, document ID, upload IP address, and more.
Database
For information on loan document database tables, see the following articles:
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.