Zoho API V2 - Space in custom field won't update
Hi,
I have some custom fields in my Products module. Some of those fields have spaces in it (Eg : My Custom Field). When i try to "UPSERT" products via an API CALL all the fields that have space in it won't update.
I tried to to do a "GET" call to see what is the format of the field and i found that you are adding an underscore (_) to replace the space. I tried to the same thing when i do my "UPSERT" and it wont work.
Any help would be appreciated.
Thanks