Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:log="http://logic.meestgroup.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <log:searchDivisions>
         <!--Optional:-->
         <arg0></arg0>
         <!--Optional:-->
         <arg1></arg1>
         <!--Optional:-->
         <arg2>
            <!--Optional:-->
            <cardPayType></cardPayType>
            <!--Optional:-->
            <cashPayType></cashPayType>
            <!--Optional:-->
            <terminalCash></terminalCash>
         </arg2>
      </log:searchDivisions>
   </soapenv:Body>
</soapenv:Envelope>

After version 3.0 is possibility of downloading points for other countries. If there 'll be no parameters the searching 'll return only point to Ukraine.

Code Block
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:log="http://logic.meestgroup.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <log:searchDivisions>
         <!--Optional:-->
         <arg0></arg0>
         <!--Optional:-->
         <arg1></arg1>
         <!--Optional:-->
         <arg2>
            <!--Optional:-->
            <cardPayType></cardPayType>
            <!--Optional:-->
            <cashPayType></cashPayType>
            <!--Optional:-->
            <terminalCash></terminalCash>
         </arg2>
         <!--Zero or more repetitions:-->
         <arg3>
            <!--Optional:-->
            <carrier>SPRINTER</carrier>
            <!--Optional:-->
            <country>HU</country>
         </arg3>
      </log:searchDivisions>
   </soapenv:Body>
</soapenv:Envelope>

 

Full list of visions is available at: https://meest-express.com.ua/ua/karta-viddilen

...