Method Name : getProvinceList

  • Purpose of usage :

Used to fetch IL Codes List in Axata WMS System.

  • Operation Tables :

Axata Table Name

Process type

Table Type

Description

ILMASTER

WMS to Host

Master Data

Province Master Data


  • Query Fields :

       

Field Name

Description

Mandatory

CountryCode

Country Code

Yes


  • Sample XML
    • Request :

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

  <soapenv:Header/>

  <soapenv:Body>

    <tem:username>axataservice</tem:username>

    <tem:password></tem:password>

    <CountryCode>TR</CountryCode>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

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

  <s:Body>

    <state>0</state>

    <message>Success</message>

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

      <ILMASTER>

        <CIUKOD>TR</CIUKOD>

        <CIIKOD>01</CIIKOD>

        <CIUTNT>ADANA</CIUTNT>

        <CIUTNE></CIUTNE>

        <CICRDT>20031210</CICRDT>

        <CILUPD>20060307</CILUPD>

        <CILUPU>ADMIN</CILUPU>

        <CIYDK1></CIYDK1>

        <CIYDK2>0</CIYDK2>

        <CIYDK3></CIYDK3>

        <CLANID>4</CLANID>

      </ILMASTER>

      <ILMASTER>

        <CIUKOD>TR</CIUKOD>

        <CIIKOD>02</CIIKOD>

        <CIUTNT>ADIYAMAN</CIUTNT>

        <CIUTNE></CIUTNE>

        <CICRDT>19990616</CICRDT>

        <CILUPD>19990616</CILUPD>

        <CILUPU>AMBAR01</CILUPU>

        <CIYDK1></CIYDK1>

        <CIYDK2>0</CIYDK2>

        <CIYDK3></CIYDK3>

        <CLANID>5</CLANID>

      </ILMASTER>

      <ILMASTER>

        <CIUKOD>TR</CIUKOD>

        <CIIKOD>03</CIIKOD>

        <CIUTNT>AFYON</CIUTNT>

        <CIUTNE></CIUTNE>

        <CICRDT>19990616</CICRDT>

        <CILUPD>19990616</CILUPD>

        <CILUPU>AMBAR01</CILUPU>

        <CIYDK1></CIYDK1>

        <CIYDK2>0</CIYDK2>

        <CIYDK3></CIYDK3>

        <CLANID>6</CLANID>

      </ILMASTER>

      <ILMASTER>

        <CIUKOD>TR</CIUKOD>

        <CIIKOD>04</CIIKOD>

        <CIUTNT>AĞRI</CIUTNT>

        <CIUTNE></CIUTNE>

        <CICRDT>19990616</CICRDT>

        <CILUPD>20060307</CILUPD>

        <CILUPU>ADMIN</CILUPU>

        <CIYDK1></CIYDK1>

        <CIYDK2>0</CIYDK2>

        <CIYDK3></CIYDK3>

        <CLANID>7</CLANID>

      </ILMASTER>

    </ProvinceList>

  </s:Body>

</s:Envelope>