Add a note to a customer.
Parameters
| required | name | format | description |
|---|---|---|---|
| * | note | Max Length 2048 |
The note to add to customer. |
Example Response
{
"noteId": 1815,
"uri": "https://www.payjunction.com/trinity/api/customers/29/notes/1815",
"note": "This is a great customer!",
"created": "2013-11-19T03:54:39Z",
"lastModified": "2013-11-19T03:54:39Z",
"user": {
"firstName": "Johnny",
"lastName": "Demo"
}
}