The POST request enables you to submit a single input address or a list of addresses for batch processing. Matching and/or addressing preferences can optionally be specified to the which returns the standardized address and related information. The preference options for a POST request are the complete set of available options.
The GET request enables you to submit an input address and matching and/or geocoding preferences to the and receive a response that provides the candidates object which contains the associated latitude/longitude coordinates and other matching and location information about each candidate. The preferences for a GET request are a subset of the total available with the POST request. Each key/value pair is separated by an ampersand (&).
Base URI
http://<server>:<port>/<context>/rest/addressing/v1/<name_of_service>
See Example: Addressing Verify JSON Request & Response.
http://<server>:<port>/<context>/rest/addressing/v1/geocode[.content type]
For supported parameters, see the AddressRequest, Preferences and Result sections of Geo Addressing API Objects.