how i can Use Zip Code API name in my app ?

0
Sir, I want to use US State zip code API name are used in my app, how can implement in my Application.
asked
1 answers
0

Considering this sounds like an external API, this completely depends on the API you use. If SOAP is supported you could use a webservice in your model. If it supports REST, you could implement it using the REST module from the Appstore. If neither, you are probably looking at a java action.

answered