We need to collect address details in local format. It helps us ensure correct addresses are recorded.
...
============================================================================================================
Submitting to CRM
One example:
Av. Pedroso de Morais, 457
Sala 410
São Paulo, SP
05419-000
-
[Street Name], [House Number] - Address1
...
[City], [State]
[Postal Code]
-
To submit that to CRM, please use the following format:
...
In case that there is no address found, we can use the Google API to help the customer with the address, but as an exception. The CEP API should be very reliable.
See below the details on how to integrate the CEP API.
Simple GET call and you will have a Json as response.
https://api.postmon.com.br/v1/cep/{Postal Code Number}