Mdroo_HR_WebService


Click here for a complete list of operations.

getCategoriesDeficiencies

get Categories Deficiencies

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ip:
database:
store_id:
cate_no_balance_filter:
deficiencies_cate_filter:
produce_com_filter:
produce_com_id:
supp_filter:
supp_id:
cate_group_filter:
cate_group_id:
cate_kind_filter:
cate_kind_id:
cate_balance_filter:
cate_balance_value:
cate_last_trans:
from:
to:
page:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Web_Service/HR/Mdroo_HR_WebService.asmx HTTP/1.1
Host: wsapi.mdroo.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Mdroo.com/getCategoriesDeficiencies"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getCategoriesDeficiencies xmlns="http://Mdroo.com/">
      <ip>string</ip>
      <database>string</database>
      <store_id>int</store_id>
      <cate_no_balance_filter>int</cate_no_balance_filter>
      <deficiencies_cate_filter>int</deficiencies_cate_filter>
      <produce_com_filter>int</produce_com_filter>
      <produce_com_id>int</produce_com_id>
      <supp_filter>int</supp_filter>
      <supp_id>int</supp_id>
      <cate_group_filter>int</cate_group_filter>
      <cate_group_id>int</cate_group_id>
      <cate_kind_filter>int</cate_kind_filter>
      <cate_kind_id>int</cate_kind_id>
      <cate_balance_filter>int</cate_balance_filter>
      <cate_balance_value>int</cate_balance_value>
      <cate_last_trans>int</cate_last_trans>
      <from>string</from>
      <to>string</to>
      <page>int</page>
    </getCategoriesDeficiencies>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getCategoriesDeficienciesResponse xmlns="http://Mdroo.com/">
      <getCategoriesDeficienciesResult>string</getCategoriesDeficienciesResult>
    </getCategoriesDeficienciesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Web_Service/HR/Mdroo_HR_WebService.asmx HTTP/1.1
Host: wsapi.mdroo.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getCategoriesDeficiencies xmlns="http://Mdroo.com/">
      <ip>string</ip>
      <database>string</database>
      <store_id>int</store_id>
      <cate_no_balance_filter>int</cate_no_balance_filter>
      <deficiencies_cate_filter>int</deficiencies_cate_filter>
      <produce_com_filter>int</produce_com_filter>
      <produce_com_id>int</produce_com_id>
      <supp_filter>int</supp_filter>
      <supp_id>int</supp_id>
      <cate_group_filter>int</cate_group_filter>
      <cate_group_id>int</cate_group_id>
      <cate_kind_filter>int</cate_kind_filter>
      <cate_kind_id>int</cate_kind_id>
      <cate_balance_filter>int</cate_balance_filter>
      <cate_balance_value>int</cate_balance_value>
      <cate_last_trans>int</cate_last_trans>
      <from>string</from>
      <to>string</to>
      <page>int</page>
    </getCategoriesDeficiencies>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getCategoriesDeficienciesResponse xmlns="http://Mdroo.com/">
      <getCategoriesDeficienciesResult>string</getCategoriesDeficienciesResult>
    </getCategoriesDeficienciesResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Web_Service/HR/Mdroo_HR_WebService.asmx/getCategoriesDeficiencies?ip=string&database=string&store_id=string&cate_no_balance_filter=string&deficiencies_cate_filter=string&produce_com_filter=string&produce_com_id=string&supp_filter=string&supp_id=string&cate_group_filter=string&cate_group_id=string&cate_kind_filter=string&cate_kind_id=string&cate_balance_filter=string&cate_balance_value=string&cate_last_trans=string&from=string&to=string&page=string HTTP/1.1
Host: wsapi.mdroo.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://Mdroo.com/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Web_Service/HR/Mdroo_HR_WebService.asmx/getCategoriesDeficiencies HTTP/1.1
Host: wsapi.mdroo.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ip=string&database=string&store_id=string&cate_no_balance_filter=string&deficiencies_cate_filter=string&produce_com_filter=string&produce_com_id=string&supp_filter=string&supp_id=string&cate_group_filter=string&cate_group_id=string&cate_kind_filter=string&cate_kind_id=string&cate_balance_filter=string&cate_balance_value=string&cate_last_trans=string&from=string&to=string&page=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://Mdroo.com/">string</string>