Relative Content

Tag Archive for pythonquickbooksquickbooks-online

The Quickbooks bill is getting created as new entry each time when mark as paid

In quickbooks when I try to Mark as paid on a bill, it gets successful but the ID of the bill is changed and I’m using web-hook to listen to it. For example the Bill ID is 312 and when I update the bill as paid, the response I get in web-hook is CREATE event thus it is created as new entry (Bill ID is now 313 ) which is obviously affecting my web-app logic