cURL
curl --request POST \ --url https://api.sandbox.getasset.com/v0/business/{business_id}/journal-entries/{journal_entry_id}/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "data": { "journal_entry_id": "<string>", "message": "<string>", "user": "<string>", "id": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
The access token received from the authorization server in the OAuth 2.0 flow.
Optional external entity identifier that performed the action
The message of the note
Successful Response
Show child attributes