quickbooks online - Error Code: 2250 when deleting an invoice -


QBO error code 2250 picks "You must fill at least one split line" Why do you need to pass? Is it just an invoice.Id?

For whatever bizarre reason, call Intuit v3 "delete" requires that you remove the invoice To delete the call, pass the full invoice item

It's weird, yes. Unfortunately, this works as APIs and it is also needed.

You can see this document here:

Excerpt:


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -