InventoryWebService


Click here for a complete list of operations.

UpdatePayAttendanceSummery

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: tciws.compulinerp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UpdatePayAttendanceSummery"

<?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>
    <UpdatePayAttendanceSummery xmlns="http://tempuri.org/">
      <Details>
        <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>
      </Details>
    </UpdatePayAttendanceSummery>
  </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>
    <UpdatePayAttendanceSummeryResponse xmlns="http://tempuri.org/">
      <UpdatePayAttendanceSummeryResult>string</UpdatePayAttendanceSummeryResult>
    </UpdatePayAttendanceSummeryResponse>
  </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: tciws.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>
    <UpdatePayAttendanceSummery xmlns="http://tempuri.org/">
      <Details>
        <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>
      </Details>
    </UpdatePayAttendanceSummery>
  </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>
    <UpdatePayAttendanceSummeryResponse xmlns="http://tempuri.org/">
      <UpdatePayAttendanceSummeryResult>string</UpdatePayAttendanceSummeryResult>
    </UpdatePayAttendanceSummeryResponse>
  </soap12:Body>
</soap12:Envelope>