Skip to end of metadata
Go to start of metadata

The most important field used to validate for creation of Parcel to Country and city Correctly returned city will be used to specify the collection points Below are the examples of the call on the website of Meest Express courier company

Method name:

public ArrayList<CityApiBean> searchCity(String cityName) 
throws MeestException;

Service response Object CityApiBean

Field nameField typeRequiredDescription
cityIdRefStringYUnique city number Used as a parameter for searching of collection point list
descriptionUAStringYName of the city in Ukrainian
descriptionRUStringNName of the city in Russian
descriptionENStringNName of the city in English
regionDescriptionUAStringYName of the voivodeship in Ukrainian
regionDescriptionRUStringNName of the voivodeship in Russian
regionDescriptionENStringNName of the voivodeship in English
districtDescriptionUAStringYName of the county in Ukrainian
districtDescriptionRUStringNName of the county in Russian
districtDescriptionENStringNName of the county in English

Example of city: Львів, Одесса Example of operation:
https://meest-express.com.ua/ua/component/declaration/defaults

  • No labels