Skip to end of metadata
Go to start of metadata

One has made available a new feature of downloading a list of cities without the need to
authorize and use API methods. The solution may be used directly on the view by the tips for the city field. Due to the repeatability of city names eg. 6 cities Львів in Ukraine, a list with a unique number of the city is returned as well as with a description of the voivodeship and county.
http://dev.meestb2b.com/administration/api/city.html?cityName=Львів
As a parameter one adopts the City name and hints the list of ones available in Ukraine.
Example of reply:

[{"IDREF":"0x919700215aee3ebe11dfdb89e0517ee2","DescriptionUA":"Львів","DescriptionRU": "Львов","DescriptionEN":"Lviv (MYKOL) (UA)","RegionIDREF":"0xbe1e0030485903e811de60b0d15e3025","RegionDescriptionUA":"МИК ОЛАЇВСЬКА","RegionDescriptionRU":"НИКОЛАЕВСКАЯ","RegionDescriptionEN":"MIKOLA IVS`KA","DistrictIDREF":"0x919700215aee3ebe11dfdb4ef9333444","DistrictDescriptionUA":"П ервомайський","DistrictDescriptionRU":"Первомайский","DistrictDescriptionEN":"","IsBranchIn City":"0"},
{"IDREF":"0x919700215aee3ebe11dfddb917af7b3e","DescriptionUA":"Львівка","DescriptionRU ":"Львовка","DescriptionEN":"Lvivka (DONSK) (UA)","RegionIDREF":"0xbe1e0030485903e811de60b0d15e301c","RegionDescriptionUA":"ДОН ЕЦЬКА","RegionDescriptionRU":"ДОНЕЦКАЯ","RegionDescriptionEN":"DONETS`KA","Distri
ctIDREF":"0x919700215aee3ebe11dfdb65a5388eb5","DistrictDescriptionUA":"Олександрівський ","DistrictDescriptionRU":"Александровский","DistrictDescriptionEN":"","IsBranchInCity":"0"},
{"IDREF":"0xb11200215aee3ebe11df749b62c3d54a","DescriptionUA":"Львів","DescriptionRU":" Львов","DescriptionEN":"Lviv (LVSK) (UA)","RegionIDREF":"0xbe1e0030485903e811de60b0d15e3024","RegionDescriptionUA":"ЛЬВІ ВСЬКА","RegionDescriptionRU":"ЛЬВОВСКАЯ","RegionDescriptionEN":"LVIVS`KA","Distric tIDREF":"0x907f00215aee3ebe11df41b98a199cde","DistrictDescriptionUA":"Львів","DistrictDesc riptionRU":"Львов","DistrictDescriptionEN":"","IsBranchInCity":"1"}]
  • No labels