get https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()/Notes
This request allows you to pull a loan's note information.
General
Loan notes are used by servicers to add small bits of information about loans. Here's what you need to know about loan notes:
- The
Notes
object holds loan note information, and it's nested within theLoans
entity. - Notes can be viewed under the Servicing tab of a loan within the LMS UI.
For an example of how customer notes work within the UI, take a look at our Create a Customer Note article.
Database
For information on notes database tables, see the following articles:
- Database – Notes Entity (note_entity)
- Database – Note Category Info (note_category_entity)
- Database – Customer Main Table (customer_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.