Update Manual Journal

View as Markdown
Replaces the transaction date, currency, exchange rate, description, and lines of a DRAFT manual journal. Total debits must equal total credits or the request is rejected with 422. Only journals in DRAFT status can be updated.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

identitystring
The identity for the active project.

Path parameters

idstringRequired

Request

This endpoint expects an object.
transaction_datedatetimeRequired
currency_codestringRequired
lineslist of objectsRequired
exchange_ratedoubleOptional
descriptionstringOptional

Response

OK
statusboolean
messagestring
dataobject