# AddressCity

Lookup all cities for a given country and state/province/region.

`GET /api/v1/Location/Address/{countryIso}/{stateCode}`

**API:** SaasPro
**Tag:** Location
**API Version:** v1
**Authentication:** Basic (username + license key)

Source: https://developer.avalara.com/products/communications/api/v1-deprecated/methods/Location/AddressCity/

## Description

List of cities in a given country and state/province/region with details including name, Postal/ZIP Code, county and PCode.

## Parameters

| Name | Type | In | Required | Description |
|---|---|---|---|---|
| `countryIso` | string | path | Yes | Three-letter ISO Code identifying a country. |
| `stateCode` | string | path | Yes | Two-letter state code identifying a state. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | Success |  |