Add a note to the transaction.
Parameters
| required | name | format | description |
|---|---|---|---|
| * | note | Max Length 2048 | The note to add to transaction. |
Example Response
{
"results": [
{
"noteId": 1,
"uri": "https://api.payjunction.com/transactions/1/notes/1",
"note": "This note was just added.",
"created": "2013-08-26T17:42:17Z",
"lastModified": "2013-08-26T17:42:17Z",
"user": {
"firstName": "John",
"lastName": "Keats"
}
}
]
}