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
Been trying to save a quote using the API and I'm getting the following error returned;
You must supply at least one quote for creation
Xero Support has recognised the error.
There response:
_"I was able to replicate the issue, when I tried to post quotes using payload in x-www-form-urlencoded content-type, I also received the You must supply at least one quote for creation validation.
We'll discuss this with our engineers to see if this can be rectified. Until then, you will need to use the XML or JSON content-type."
My ruby skills aren't very good but I was wondering how I can change the post content type to text/xml or application/json?
Thanks in advance.
Chris
The text was updated successfully, but these errors were encountered:
Hi,
Been trying to save a quote using the API and I'm getting the following error returned;
You must supply at least one quote for creation
Xero Support has recognised the error.
There response:
My ruby skills aren't very good but I was wondering how I can change the post content type to text/xml or application/json?
Thanks in advance.
Chris
The text was updated successfully, but these errors were encountered: