Hello ,
I am creating a task with an Address and a Place through Postman using FSM REST API.
Doing so, I am sending the coordinates of the address in the request which I want to be used in the address at the moment of the creation of the TASK.
However I have found that those coordinates are overwritten when creating the address in FSM. They are changed by BING , which is acting as a GeoSource in FSM.
Is there a param that would allow/Disallow this overwrite by Bing in FSM?
The idea is to use the coordinates that they sent through integration and not the ones from Bing.
I have found that there is an app param called USE_BNG_ADDRESS, which does not work also.
Furthermore, by deactivating the GeoSource Bing in the GeoSource menu it also does not work as expected.
Does anybody have any suggestion?