go back Home

RowCity

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<city company_id="..." id="..." airport_code="..." alk_id="..." central_location="..." county="..." inactive="..." isi_id="..." latitude="..." longitude="..." name="..." pcm_window_city_id="..." rmm_id="..." state_id="..." three_digit_zip="..." timezone_id="..." zip_code="..." zone_id="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"city","company_id":"...","id":"...","airport_code":"...","alk_id":"...","central_location":"...","county":"...","inactive":"...","isi_id":"...","latitude":"...","longitude":"...","name":"...","pcm_window_city_id":"...","rmm_id":"...","state_id":"...","three_digit_zip":"...","timezone_id":"...","zip_code":"...","zone_id":"..."}

Fields

key name size type
company_id 4 String
id 10 int
airport_code 3 String
alk_id 10 int
central_location 1 String
county 45 String
inactive 1 String
isi_id 10 int
latitude 10.6 BigDecimal
longitude 10.6 BigDecimal
name 50 String
pcm_window_city_id 10 int
rmm_id 10 int
state_id 2 String
three_digit_zip 3 String
timezone_id 3 String
zip_code 10 String
zone_id 3 String