Update a customer note.
Parameters
| required | name | format | description |
|---|---|---|---|
| * | note | Max Length 2048 | Updated note. This will replace existing note text. |
Example Response
{
"noteId": 1812,
"uri": "https://api.payjunction.com/customers/916/notes/1812",
"note": "Duly noted!",
"created": "2013-11-19T03:31:58Z",
"lastModified": "2013-11-19T03:32:33Z",
"user": {
"firstName": "John",
"lastName": "Hancock"
}
}
System-generated notes can not be edited.