Introduction
Returns an array of valid state names for a given country or an empty array if no states exist for the country. Throws ArgumentException if an invalid country name is provided.
Parameters

apiKey

The active API Key.

countryName

The country name for which to retrieve the list of states.

sessionId

The active session ID.
Return value
Array of valid state names for a given country or an empty array if no states exist for the country.
Code samples