Update a transaction note.
Parameters
| required | name | format | description |
|---|---|---|---|
| * | note | Max Length 2048 | Updated Note. |
Example Response
{
"noteId": 1,
"uri": "https://api.payjunction.com/transactions/1/notes/1",
"note": "This is a note that was just updated.",
"created": "2013-08-26T17:42:17Z",
"lastModified": "2013-08-26T17:42:17Z",
"user": {
"firstName": "John",
"lastName": "Doe"
}
}
System-generated notes can not be edited.