I am trying to get the labels in Spanish in API REST:
url = "https://" + sugar_instance + "/rest/v11_5/Contacts"
I have seen that I have to use "/lang/es_ES" but I am not able to make it work. (error 404 )
how do I have to use this?
Thanks a lot.
I am trying to get the labels in Spanish in API REST:
url = "https://" + sugar_instance + "/rest/v11_5/Contacts"
I have seen that I have to use "/lang/es_ES" but I am not able to make it work. (error 404 )
how do I have to use this?
Thanks a lot.