Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9096003
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:44:36+00:00 2026-06-16T23:44:36+00:00

The docs for IJournalEntryMod say that only the txnId, txnLineId, and the EditSequence are

  • 0

The docs for IJournalEntryMod say that only the txnId, txnLineId, and the EditSequence are required for this call. I tried to change the account for one of the lines and I’m getting the error “Transaction not in balance”.

  1. Do you have to copy every value from the existing JournalEntry Line to the line appended to the JournalEntryModList?
  2. Do you need to supply all the lines of the existing transaction? (I noticed this comment on the docs “note that in a mod request, inclding [sic] one line means that you must include all lines, modified or not”.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:44:37+00:00Added an answer on June 16, 2026 at 11:44 pm

    Do you have to copy every value from the existing JournalEntry Line to the line appended to the JournalEntryModList?

    You don’t have to send every single element in the [JournalLineMod] again, but you DO have to send at least the [TxnLineID] for every line.

    e.g. if you just send this:

    <JournalEntryModRq>
    <JournalEntryMod>
    <TxnID>ABCD1234</TxnID>
    <EditSequence>1234</EditSequence>
    <TxnDate>some new date here</TxnDate>
    </JournalEntryMod>
    </JournalEntryModRq>
    

    Then you’re essentially telling QuickBooks to drop every single existing line item on that journal entry.

    Instead, you have to send the TxnLineID for every line item that you want to keep. Any line item TxnLineID values that you do not send will be removed from the transaction.

    So something like this:

    <JournalEntryModRq>
    <JournalEntryMod>
    <TxnID>ABCD1234</TxnID>
    <EditSequence>1234</EditSequence>
    <TxnDate>some new date here</TxnDate>
    
    <JournalLineMod>
    <TxnLineID>An existing TxnLineID goes here</TxnLineID>
    </JournalLineMod>
    <JournalLineMod>
    <TxnLineID>An existing TxnLineID goes here</TxnLineID>
    </JournalLineMod>
    
    <JournalLineMod>
     ... bla bla bla lots of new data goes here ...
    </JournalLineMod>
    
    </JournalEntryMod>
    </JournalEntryModRq>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

MSDN docs say that only value types need boxing, but this does not apply
MySQL docs say that tables that use the MERGE storage engine can only union
the docs on setRetainInstance say : This can only be used with fragments not
The docs about openssl_sign() say that the signature is returned in the passed string
apache docs say that as of 2.2, the NoDecode option has been added to
Apple docs have this to say: UIBarButtonSystemItemFlexibleSpace Blank space to add between other items.
The docs for qr/STRING/ say: This operator quotes (and possibly compiles) its STRING as
Django docs say that Context object is a stack: from django.template import Context c
From docs I understand that .proxy() would change the scope of the function passed
The docs say that calling CTTypesetterCreateLine is the same as calling CTTypesetterCreateLineWithOffset with offset

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.