Add Customer Note

This request adds a customer note.

General

Notes can be associated with customers and loans. Here, we're adding a note to a customer. Here's what you need to know about adding customer notes:

  • Since we're adding a note to a customer, we'll send this request through the Customers endpoint.
  • 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:

{
    "Notes": {
        "results": [
            {
                "body": "This is a sample note.",
                "categoryId": 29,
                "subject": "Testing"
            }
        ]
    }
}

📘

Try It Instructions

Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—expand the object by clicking the "+" symbol and hit the Try It button 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.

Language
Authorization
Click Try It! to start a request and see the response here!