-
Migrated question from old forum I'm doing this update for QuickBooks and i receice a 409 error. I've done a sync for bills previously. Any idea ? Error : Update :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For an update push operation, we compare the sourceModifiedDate of the record that Codat has stored, to the modified date of the record in the 3rd party system (QBO in this case). If they don't match then we return this error as a safety mechanism against unexpectedly overwriting data. Now, there are two ways to overcome this: Queue a data sync for the company and once complete, update the bill. Queuing a data sync can also be achieved in the portal by going into the company you're updating the bill for and pressing 'Refresh data'. |
Beta Was this translation helpful? Give feedback.
For an update push operation, we compare the sourceModifiedDate of the record that Codat has stored, to the modified date of the record in the 3rd party system (QBO in this case). If they don't match then we return this error as a safety mechanism against unexpectedly overwriting data. Now, there are two ways to overcome this:
Queue a data sync for the company and once complete, update the bill. Queuing a data sync can also be achieved in the portal by going into the company you're updating the bill for and pressing 'Refresh data'.
Use the query parameter, forceUpdate=true to override the safety mechanism.
Let me know how you get on.