Method Name : getDistrictList

  • Purpose of usage :

Used to fetch District Codes List in Axata WMS System.

  • Operation Tables :

Axata Table Name

Process type

Table Type

Description

ILCEMASTER

WMS to Host

Master Data

DISTRICT Master Data


  • Query Fields :

       

Field Name

Description

Mandatory

CountryCode

Country Code

Yes

ProvinceCode

Province Code (Plate Code)

None


  • Usage :
    • Country Code Filter field is Mandatory.
    • ProvinceCode (Province Code) field is optional.


  • Sample XML
    • Request :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">

  <soapenv:Header/>

  <soapenv:Body>

    <tem:username>test22</tem:username>

    <tem:password></tem:password>

    <CountryCode>TR</CountryCode>

    <ProvinceCode>34</ProvinceCode>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

  <s:Body>

    <state>0</state>

    <message>Success</message>

    <DistrictList xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

      <DistrictMASTER>

        <SMUKOD>TR</SMUKOD>

        <SMILKOD>34</SMILKOD>

        <SMILCEKOD>111</SMILCEKOD>

        <SMKOD>12</SMKOD>

        <SMDESC>MALTEPE</SMDESC>

        <SMCDAT>2020-05-24T21:25:57.7</SMCDAT>

        <SMLUDT>2020-05-24T21:25:57.787</SMLUDT>

        <SMLUUS>INTEGR.</SMLUUS>

      </DistrictMASTER>

      <DistrictMASTER>

        <SMUKOD>TR</SMUKOD>

        <SMILKOD>34</SMILKOD>

        <SMILCEKOD>111</SMILCEKOD>

        <SMKOD>122</SMKOD>

        <SMDESC>BOSTANCI</SMDESC>

        <SMCDAT>2020-05-24T21:26:33.853</SMCDAT>

        <SMLUDT>2020-05-24T21:26:33.853</SMLUDT>

        <SMLUUS>INTEGR.</SMLUUS>

      </DistrictMASTER>

      <DistrictMASTER>

        <SMUKOD>TR</SMUKOD>

        <SMILKOD>34</SMILKOD>

        <SMILCEKOD>111</SMILCEKOD>

        <SMKOD>123</SMKOD>

        <SMDESC>GOZTEPE</SMDESC>

        <SMCDAT>2020-05-24T21:26:33.92</SMCDAT>

        <SMLUDT>2020-05-24T21:26:33.92</SMLUDT>

        <SMLUUS>INTEGR.</SMLUUS>

      </DistrictMASTER>

    </DistrictList>

  </s:Body>

</s:Envelope>