You need to sign in to do that
Don't have an account?

REST API not taking into account the locale of the user
We would like to have confirmation on the following issue;
the REST API doesn't take into account the locale of the user. In our case our locale is set to Dutch. Which uses comma's instead of points in number notations. For example:
US: 1232.12
NL: 1232,12
In our case, we use the REST API for our mobile application. And according to our developers, the REST API doesn't accept the comma's in numbers.
Is this correct?
Does the REST API not take into account the locale of a user?