Update a journal entry
Updates an existing journal entry.
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
Path Parameters
The QuickBooks-assigned unique identifier of the journal entry to update.
Body
The current QuickBooks-assigned revision number of the journal entry object you are updating, which you can get by fetching the object first. Provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
The date of this journal entry, in ISO 8601 format (YYYY-MM-DD).
The case-sensitive user-defined reference number for this journal entry, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.
Indicates whether this journal entry is an adjustment entry. When true
, QuickBooks retains the original entry information to maintain an audit trail of the adjustments.
Indicates whether the amounts in this journal entry were entered in the company's home currency rather than a foreign currency. When true
, amounts are in the home currency regardless of the currency
field.
The journal entry's currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.
The market exchange rate between this journal entry's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
The journal entry's credit and debit lines.
IMPORTANT: When updating journal entries, you must include ALL existing journal lines (both credit and debit) in your update request, even if you only want to modify a single line. QuickBooks will automatically delete any existing lines that are not included in the update request, which is why all lines must be provided in a single array when updating.
Response
The unique identifier assigned by QuickBooks to this journal entry. This ID is unique across all transaction types.
The type of object. This value is always "qbd_journal_entry"
.
"qbd_journal_entry"
The date and time when this journal entry was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
The date and time when this journal entry was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone in QuickBooks.
The current QuickBooks-assigned revision number of this journal entry object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
The date of this journal entry, in ISO 8601 format (YYYY-MM-DD).
The case-sensitive user-defined reference number for this journal entry, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.
Indicates whether this journal entry is an adjustment entry. When true
, QuickBooks retains the original entry information to maintain an audit trail of the adjustments.
Indicates whether this journal entry is an adjustment made in the company's home currency for a transaction that was originally recorded in a foreign currency.
Indicates whether the amounts in this journal entry were entered in the company's home currency rather than a foreign currency. When true
, amounts are in the home currency regardless of the currency
field.
The journal entry's currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.
The market exchange rate between this journal entry's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.
The journal entry's debit lines.
The journal entry's credit lines.
The custom fields for the journal entry object, added as user-defined data extensions, not included in the standard QuickBooks object.