get https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/Notes
This request pulls customer note information.
General
Customer notes are used by servicers to add small bits of information about borrowers. Here's what you need to know about customer notes:
- The
Notes
object holds customer note information, and it's nested within theCustomers
entity. - Customer notes are associated with borrowers—not loans. If you'd like to add a note to a loan, you will need to use Loan Notes.
For an example of how customer notes work within the UI, take a look at our Create a Customer Note article.
Database
For information regarding 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 pages often provide sample payload information so that you can try requests yourself. This request is ready for you—hit ‘Try It’ to send the request.
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.