cURL
curl --request PUT \ --url https://api.sandbox.teal.dev/v0/transactions/journal-entries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'teal-instance-id: <teal-instance-id>' \ --data ' [ { "journal_entry_id": "<string>", "review_status": "unreviewed" } ] '
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Update Transaction Journal Entries
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Teal instance ID
The unique ID of the object.
"C4ocnUQze8kDwQ3EczkZXn"
The review status.
unreviewed
reviewed
"reviewed"
Successful Response