Forum Discussion

Phurby's avatar
Phurby
User
5 years ago
Solved

API error 37003 line total is unbalanced

When using the API (I'm working on an item bill) I am unable to modify a line item total, or add a new item. I end up with the error code 37003  which says "The line total is unbalanced". Is there an...
  • John_Dinning's avatar
    5 years ago

    If I remember correctly, I found that the line total is not actually required when posting to the API (although the doc says it is) and can cause 'Line Total Is Unbalanced' Errors.

     

    Set the BillQuantity but not the Total. AccountRight will calculate the total itself.

     

    John.