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
Hi, XeroBadRequest at /quote ValidationException: You must supply at least one quote for creation
No matter what I do, I can't seem to create or edit quotes. I've tried saving and putting, both an array and a single object. I keep getting the same error. I'm following the xero documentation and tried multiple different fields, including the minimal and full field set of the Quote.
FYI, Using pyxero v 0.9.2 which is the latest version one with the quote support added. Django 3.1 and python 3.7.5
I've included a screenshot of the final set of local vars.
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
I'm not sure if this helps anyone searching for this but I've had to bypass the pyxero library for posting quotes.
I used r = requests.post(url, auth=auth.oauth, json=quote, headers=headers)
I got the same error as i did with pyxero using r = requests.post(url, auth=auth.oauth, data=quote, headers=headers)
Hi,
XeroBadRequest at /quote ValidationException: You must supply at least one quote for creation
No matter what I do, I can't seem to create or edit quotes. I've tried saving and putting, both an array and a single object. I keep getting the same error. I'm following the xero documentation and tried multiple different fields, including the minimal and full field set of the Quote.
FYI, Using pyxero v 0.9.2 which is the latest version one with the quote support added. Django 3.1 and python 3.7.5
I've included a screenshot of the final set of local vars.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: