Skip to end of metadata
Go to start of metadata

One has made available a new feature of downloading a list of parcel pick-up stations and collection points without the need to authorize and use API methods. The solution may be used directly on the view by the tips for the collection point selection field. A list with a unique point number, type, address and geographic coordinates is returned. http://dev.meestb2b.com/administration/api/division.html?cityIDRRef=0xb11200215aee3ebe11df749b62c3d54a 
As a parameter it adopts the ID of the selected city.
Example of reply:

[{"DivisionIDRRef":"0x9beb003048d2b47311e415ce242ac8ec","DescriptionUA":"м.Львів,вул.Ва шингтона 5-5а","DescriptionRU":"г.Львов,ул.Вашингтона 5- 5а","RegionIDRRef":"0xbe1e0030485903e811de60b0d15e3024","RegionDescriptionUA":"ЛЬВІВ СЬКА","RegionDescriptionRU":"ЛЬВОВСКАЯ","RegionDescriptionEN":"LVIVS`KA","DistrictI DRRef":"0x907f00215aee3ebe11df41b98a199cde","DistrictDescriptionUA":"Львів","DistrictDescr iptionRU":"Львов","DistrictDescriptionEN":"","CityIDRRef":"0xb11200215aee3ebe11df749b62c3 d54a","CityDescriptionUA":"Львів","CityDescriptionRU":"Львов","CityDescriptionEN":"Lviv (LVSK)
(UA)","StreetIDRRef":"0x9b3700215aee3ebe11dfe0d3d46451e3","StreetTypeUA":"вул.","StreetD escriptionUA":"Вашингтона","StreetTypeRU":"ул.","StreetDescriptionRU":"Вашингтона","Street DescriptionEN":"Vashyngtona Str. (Lviv) (LVSK)","House":"5-5а","Flat":" ","Limitweight":"30.00","DivisionType":"3","Latitude":"49.816517","Longitude":"24.068848","Di visionCode":"635"}]

Also can use only: http://dev.meestb2b.com/administration/api/division.html it 'll return all picupoints also points Meest Partner with parameter: DivisionType : 5.

After version 2.7.5.9 is possibility of filtering by payType using boolean values true and false in request using those parameters is optional.

Sample request:

http://dev.meestb2b.com/administration/api/division.html?cardPayType=true&cashPayType=false&terminalCash=true

After version 3.0 there is possibility of downloading points for other countries ex:

http://dev.meestb2b.com/administration/api/division.html?carriersAndCountry=SPRINTER_HU,ZASILKOVNA_CZ

Sequence of parameters is important CARRIER_COUNTRYCODE

  • No labels