I hope I am in the correct forum.
I am trying to make a POST via the invoice API.
On android, I am getting error code 500. When using curl I am getting the following message:
{"code":2,"message":"Invalid value passed for JSONString"}
I have tried the following >
and the following
I have tried Retrofit, Volley, HttpClient and all give the same behavior.
Incidentally, if I use Google Chrome RestClient, the first URL works fine and the item is created.
I must get Zoho invoice working on android. Are there any java code samples I could refer to?
Regards