You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ValidationErrors": [
{
"Message": "The line total 249.00 does not match the expected line total 248.97"
}
]
I would like to know what does Account must be valid / Tax rate must be valid error mean and what was the reason for this error as I am using same account and tax rate for all other requests. Was there some other internal error which is not passed in final response ?
The text was updated successfully, but these errors were encountered:
I am trying to make this request through Xero API Explorer
https://api-explorer.xero.com/accounting/invoices/createinvoices?query-unitdp=4
Getting below validation error:
This is totally unexpected, as I am using same account and same tax code for other requests as well and all of them getting success.
Later I tried altering content of above request, I updated UnitAmount for second lineItem from
"UnitAmount": 0.000029104 to "UnitAmount": 0.0000291
And to my surprise, old validation error gone and now I am getting mismatch error.
New Request
Response Error
I would like to know what does
Account must be valid / Tax rate must be valid
error mean and what was the reason for this error as I am using same account and tax rate for all other requests. Was there some other internal error which is not passed in final response ?The text was updated successfully, but these errors were encountered: