I have difficulties with the integration of zoho creator and zoho invoice.
I copy the example provide in another thread without any luck.
the application is already share for support.
The createinvoice or createdraft always failed.
I also try to create a customer and it's returning a null map.
- super_client = zoho.invoice.createcustomer({ "CustomerName" : "test2", "CurrencyCode" : "CAD" });
- info super_client.isEmpty();
- info super_client.keys();