InventoryWebService


Click here for a complete list of operations.

PayGetAttendnaceSummerys

Test

The test form is only available for requests from the local machine.

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 /InventoryWebService.asmx HTTP/1.1
Host: laluws.compulinerp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PayGetAttendnaceSummerys"

<?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>
    <PayGetAttendnaceSummerys xmlns="http://tempuri.org/">
      <compcode>string</compcode>
      <PayMonth>int</PayMonth>
      <PayYear>int</PayYear>
    </PayGetAttendnaceSummerys>
  </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>
    <PayGetAttendnaceSummerysResponse xmlns="http://tempuri.org/">
      <PayGetAttendnaceSummerysResult>
        <PAY_ATTENDANCE_SUMMERY>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <PAY_MONTH>decimal</PAY_MONTH>
          <PAY_YEAR>decimal</PAY_YEAR>
          <EMP_CODE>string</EMP_CODE>
          <START_DATE>dateTime</START_DATE>
          <EMP_NAME>string</EMP_NAME>
          <AVG_IN_TIME>decimal</AVG_IN_TIME>
          <AVG_OUT_TIME>decimal</AVG_OUT_TIME>
          <SUMMERY_DESC>string</SUMMERY_DESC>
          <NO_OF_DAYS>decimal</NO_OF_DAYS>
          <NO_LATE_HOURS>decimal</NO_LATE_HOURS>
          <DAYS_PER>decimal</DAYS_PER>
          <TOTAL>decimal</TOTAL>
          <TOTAL_VALUE>decimal</TOTAL_VALUE>
          <IS_APPROVED>int</IS_APPROVED>
          <APPROVED_TOTAL_DAYS>decimal</APPROVED_TOTAL_DAYS>
          <APPROVED_VALUE>decimal</APPROVED_VALUE>
          <APPROVED_USER>string</APPROVED_USER>
          <APPROVED_TIME>dateTime</APPROVED_TIME>
          <APPROVED_DESC>string</APPROVED_DESC>
          <SHORT_LEAVE_TOT>decimal</SHORT_LEAVE_TOT>
          <OTHER_LEAVE_TOT>decimal</OTHER_LEAVE_TOT>
          <NO_OF_WORKED_DAYS>decimal</NO_OF_WORKED_DAYS>
          <NO_OF_ABSENT_DAYS>decimal</NO_OF_ABSENT_DAYS>
        </PAY_ATTENDANCE_SUMMERY>
        <PAY_ATTENDANCE_SUMMERY>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <PAY_MONTH>decimal</PAY_MONTH>
          <PAY_YEAR>decimal</PAY_YEAR>
          <EMP_CODE>string</EMP_CODE>
          <START_DATE>dateTime</START_DATE>
          <EMP_NAME>string</EMP_NAME>
          <AVG_IN_TIME>decimal</AVG_IN_TIME>
          <AVG_OUT_TIME>decimal</AVG_OUT_TIME>
          <SUMMERY_DESC>string</SUMMERY_DESC>
          <NO_OF_DAYS>decimal</NO_OF_DAYS>
          <NO_LATE_HOURS>decimal</NO_LATE_HOURS>
          <DAYS_PER>decimal</DAYS_PER>
          <TOTAL>decimal</TOTAL>
          <TOTAL_VALUE>decimal</TOTAL_VALUE>
          <IS_APPROVED>int</IS_APPROVED>
          <APPROVED_TOTAL_DAYS>decimal</APPROVED_TOTAL_DAYS>
          <APPROVED_VALUE>decimal</APPROVED_VALUE>
          <APPROVED_USER>string</APPROVED_USER>
          <APPROVED_TIME>dateTime</APPROVED_TIME>
          <APPROVED_DESC>string</APPROVED_DESC>
          <SHORT_LEAVE_TOT>decimal</SHORT_LEAVE_TOT>
          <OTHER_LEAVE_TOT>decimal</OTHER_LEAVE_TOT>
          <NO_OF_WORKED_DAYS>decimal</NO_OF_WORKED_DAYS>
          <NO_OF_ABSENT_DAYS>decimal</NO_OF_ABSENT_DAYS>
        </PAY_ATTENDANCE_SUMMERY>
      </PayGetAttendnaceSummerysResult>
    </PayGetAttendnaceSummerysResponse>
  </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 /InventoryWebService.asmx HTTP/1.1
Host: laluws.compulinerp.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>
    <PayGetAttendnaceSummerys xmlns="http://tempuri.org/">
      <compcode>string</compcode>
      <PayMonth>int</PayMonth>
      <PayYear>int</PayYear>
    </PayGetAttendnaceSummerys>
  </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>
    <PayGetAttendnaceSummerysResponse xmlns="http://tempuri.org/">
      <PayGetAttendnaceSummerysResult>
        <PAY_ATTENDANCE_SUMMERY>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <PAY_MONTH>decimal</PAY_MONTH>
          <PAY_YEAR>decimal</PAY_YEAR>
          <EMP_CODE>string</EMP_CODE>
          <START_DATE>dateTime</START_DATE>
          <EMP_NAME>string</EMP_NAME>
          <AVG_IN_TIME>decimal</AVG_IN_TIME>
          <AVG_OUT_TIME>decimal</AVG_OUT_TIME>
          <SUMMERY_DESC>string</SUMMERY_DESC>
          <NO_OF_DAYS>decimal</NO_OF_DAYS>
          <NO_LATE_HOURS>decimal</NO_LATE_HOURS>
          <DAYS_PER>decimal</DAYS_PER>
          <TOTAL>decimal</TOTAL>
          <TOTAL_VALUE>decimal</TOTAL_VALUE>
          <IS_APPROVED>int</IS_APPROVED>
          <APPROVED_TOTAL_DAYS>decimal</APPROVED_TOTAL_DAYS>
          <APPROVED_VALUE>decimal</APPROVED_VALUE>
          <APPROVED_USER>string</APPROVED_USER>
          <APPROVED_TIME>dateTime</APPROVED_TIME>
          <APPROVED_DESC>string</APPROVED_DESC>
          <SHORT_LEAVE_TOT>decimal</SHORT_LEAVE_TOT>
          <OTHER_LEAVE_TOT>decimal</OTHER_LEAVE_TOT>
          <NO_OF_WORKED_DAYS>decimal</NO_OF_WORKED_DAYS>
          <NO_OF_ABSENT_DAYS>decimal</NO_OF_ABSENT_DAYS>
        </PAY_ATTENDANCE_SUMMERY>
        <PAY_ATTENDANCE_SUMMERY>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <PAY_MONTH>decimal</PAY_MONTH>
          <PAY_YEAR>decimal</PAY_YEAR>
          <EMP_CODE>string</EMP_CODE>
          <START_DATE>dateTime</START_DATE>
          <EMP_NAME>string</EMP_NAME>
          <AVG_IN_TIME>decimal</AVG_IN_TIME>
          <AVG_OUT_TIME>decimal</AVG_OUT_TIME>
          <SUMMERY_DESC>string</SUMMERY_DESC>
          <NO_OF_DAYS>decimal</NO_OF_DAYS>
          <NO_LATE_HOURS>decimal</NO_LATE_HOURS>
          <DAYS_PER>decimal</DAYS_PER>
          <TOTAL>decimal</TOTAL>
          <TOTAL_VALUE>decimal</TOTAL_VALUE>
          <IS_APPROVED>int</IS_APPROVED>
          <APPROVED_TOTAL_DAYS>decimal</APPROVED_TOTAL_DAYS>
          <APPROVED_VALUE>decimal</APPROVED_VALUE>
          <APPROVED_USER>string</APPROVED_USER>
          <APPROVED_TIME>dateTime</APPROVED_TIME>
          <APPROVED_DESC>string</APPROVED_DESC>
          <SHORT_LEAVE_TOT>decimal</SHORT_LEAVE_TOT>
          <OTHER_LEAVE_TOT>decimal</OTHER_LEAVE_TOT>
          <NO_OF_WORKED_DAYS>decimal</NO_OF_WORKED_DAYS>
          <NO_OF_ABSENT_DAYS>decimal</NO_OF_ABSENT_DAYS>
        </PAY_ATTENDANCE_SUMMERY>
      </PayGetAttendnaceSummerysResult>
    </PayGetAttendnaceSummerysResponse>
  </soap12:Body>
</soap12:Envelope>