Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoDataProcessedException on Invoice and Payment Put #270

Open
CartoJun3 opened this issue Sep 4, 2019 · 0 comments
Open

NoDataProcessedException on Invoice and Payment Put #270

CartoJun3 opened this issue Sep 4, 2019 · 0 comments

Comments

@CartoJun3
Copy link

I noticed today when attempting to upload a set of invoices and payments pyxero gives the following:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.6/dist-packages/xero/basemanager.py", line 202, in wrapper
raise XeroBadRequest(response)
xero.exceptions.XeroBadRequest: NoDataProcessedException: No data has been processed for this endpoint. This endpoint is expecting Invoice data to be specifed in the request body.

There is no issue using xero.invoices.get or xero.payments.get, but the error is raised on all attempt to use xero.invoices.put and xero.payments.put.

Has anyone else experienced this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant