Hi all,
I need to update some Latitude/Longitude Values of Customer Center Addresses, als they are missformatted.

Can someone please support with an API Template? I guess something like this should do the job:
<root xmlns:dt="urn:schemas-microsoft-com:datatypes">
<session email="" alias="">
<state bc_name="??????">
<action name="data">
<main>
<row number="1" search_key="address_id;3886">
<longitude in_var="" out_var="">7.21</longitude>
<latitude in_var="" out_var="">51.45</latitude>
</row>
</main>
</action>
</state>
</session>
</root>
Thanks.
Michael