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:
_"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
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