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: cityIdRef - id for city for example method searchCity-->
         <arg0></arg0>
         <!--Optional: division Type - for Example: DIVISION, DIVISION_PICKPOINT, POSTSTATION, PICK_STATION, MEEST_PARTNER_PICKUP_POINT_NP,
MEEST_PARTNER_PICKUP_POINT_UP-->
         <arg1></arg1>
         <!--Optional: payment helper,define additional argument for filtering. Parameters can be true or false-->
         <arg2>
            <!--Optional:-->
            <cardPayType></cardPayType>
            <!--Optional:-->
            <cashPayType></cashPayType>
            <!--Optional:-->
            <terminalCash></terminalCash>
         </arg2>
      </log:searchDivisions>
   </soapenv:Body>
</soapenv:Envelope>

...

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: cityIdRef - id for city for example method searchCity-->
         <arg0></arg0>
         <!--Optional: division Type - for Example: DIVISION, DIVISION_PICKPOINT, POSTSTATION, PICK_STATION, MEEST_PARTNER_PICKUP_POINT_NP,
MEEST_PARTNER_PICKUP_POINT_UP-->
         <arg1></arg1>
         <!--Optional: payment helper,define additional argument for filtering. Parameters can be true or false-->
         <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>

...