InventoryWebService


Click here for a complete list of operations.

getAlLMonthlyChanges

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/getAlLMonthlyChanges"

<?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>
    <getAlLMonthlyChanges xmlns="http://tempuri.org/">
      <companyID>guid</companyID>
      <compCode>string</compCode>
    </getAlLMonthlyChanges>
  </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>
    <getAlLMonthlyChangesResponse xmlns="http://tempuri.org/">
      <getAlLMonthlyChangesResult>
        <PAY_AL_DED_MAST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <AL_DED_CODE>string</AL_DED_CODE>
          <AL_DED_NAME>string</AL_DED_NAME>
          <AL_DED_TYPE>string</AL_DED_TYPE>
          <AL_DED_FIXED>string</AL_DED_FIXED>
          <AL_DED_EPF>decimal</AL_DED_EPF>
          <AL_DED_OT>decimal</AL_DED_OT>
          <AL_DED_NPAY>decimal</AL_DED_NPAY>
          <AL_DED_GROS>decimal</AL_DED_GROS>
          <AL_DED_DED>decimal</AL_DED_DED>
          <AL_DED_TAX>decimal</AL_DED_TAX>
          <AL_DED_LUMP>decimal</AL_DED_LUMP>
          <AL_DED_DIRC>decimal</AL_DED_DIRC>
          <AL_DED_CAL>decimal</AL_DED_CAL>
          <AL_DED_CALD>decimal</AL_DED_CALD>
          <AL_DED_SNC>decimal</AL_DED_SNC>
          <AL_DED_3RD>decimal</AL_DED_3RD>
          <IS_MONTHLY_VARIABLE>decimal</IS_MONTHLY_VARIABLE>
          <ACTUAL_FIELD_NAME>string</ACTUAL_FIELD_NAME>
          <INVOICED_AMT>decimal</INVOICED_AMT>
          <IS_VISIBLE_IN_INACTIVESCREEN>int</IS_VISIBLE_IN_INACTIVESCREEN>
        </PAY_AL_DED_MAST>
        <PAY_AL_DED_MAST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <AL_DED_CODE>string</AL_DED_CODE>
          <AL_DED_NAME>string</AL_DED_NAME>
          <AL_DED_TYPE>string</AL_DED_TYPE>
          <AL_DED_FIXED>string</AL_DED_FIXED>
          <AL_DED_EPF>decimal</AL_DED_EPF>
          <AL_DED_OT>decimal</AL_DED_OT>
          <AL_DED_NPAY>decimal</AL_DED_NPAY>
          <AL_DED_GROS>decimal</AL_DED_GROS>
          <AL_DED_DED>decimal</AL_DED_DED>
          <AL_DED_TAX>decimal</AL_DED_TAX>
          <AL_DED_LUMP>decimal</AL_DED_LUMP>
          <AL_DED_DIRC>decimal</AL_DED_DIRC>
          <AL_DED_CAL>decimal</AL_DED_CAL>
          <AL_DED_CALD>decimal</AL_DED_CALD>
          <AL_DED_SNC>decimal</AL_DED_SNC>
          <AL_DED_3RD>decimal</AL_DED_3RD>
          <IS_MONTHLY_VARIABLE>decimal</IS_MONTHLY_VARIABLE>
          <ACTUAL_FIELD_NAME>string</ACTUAL_FIELD_NAME>
          <INVOICED_AMT>decimal</INVOICED_AMT>
          <IS_VISIBLE_IN_INACTIVESCREEN>int</IS_VISIBLE_IN_INACTIVESCREEN>
        </PAY_AL_DED_MAST>
      </getAlLMonthlyChangesResult>
    </getAlLMonthlyChangesResponse>
  </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>
    <getAlLMonthlyChanges xmlns="http://tempuri.org/">
      <companyID>guid</companyID>
      <compCode>string</compCode>
    </getAlLMonthlyChanges>
  </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>
    <getAlLMonthlyChangesResponse xmlns="http://tempuri.org/">
      <getAlLMonthlyChangesResult>
        <PAY_AL_DED_MAST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <AL_DED_CODE>string</AL_DED_CODE>
          <AL_DED_NAME>string</AL_DED_NAME>
          <AL_DED_TYPE>string</AL_DED_TYPE>
          <AL_DED_FIXED>string</AL_DED_FIXED>
          <AL_DED_EPF>decimal</AL_DED_EPF>
          <AL_DED_OT>decimal</AL_DED_OT>
          <AL_DED_NPAY>decimal</AL_DED_NPAY>
          <AL_DED_GROS>decimal</AL_DED_GROS>
          <AL_DED_DED>decimal</AL_DED_DED>
          <AL_DED_TAX>decimal</AL_DED_TAX>
          <AL_DED_LUMP>decimal</AL_DED_LUMP>
          <AL_DED_DIRC>decimal</AL_DED_DIRC>
          <AL_DED_CAL>decimal</AL_DED_CAL>
          <AL_DED_CALD>decimal</AL_DED_CALD>
          <AL_DED_SNC>decimal</AL_DED_SNC>
          <AL_DED_3RD>decimal</AL_DED_3RD>
          <IS_MONTHLY_VARIABLE>decimal</IS_MONTHLY_VARIABLE>
          <ACTUAL_FIELD_NAME>string</ACTUAL_FIELD_NAME>
          <INVOICED_AMT>decimal</INVOICED_AMT>
          <IS_VISIBLE_IN_INACTIVESCREEN>int</IS_VISIBLE_IN_INACTIVESCREEN>
        </PAY_AL_DED_MAST>
        <PAY_AL_DED_MAST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <AL_DED_CODE>string</AL_DED_CODE>
          <AL_DED_NAME>string</AL_DED_NAME>
          <AL_DED_TYPE>string</AL_DED_TYPE>
          <AL_DED_FIXED>string</AL_DED_FIXED>
          <AL_DED_EPF>decimal</AL_DED_EPF>
          <AL_DED_OT>decimal</AL_DED_OT>
          <AL_DED_NPAY>decimal</AL_DED_NPAY>
          <AL_DED_GROS>decimal</AL_DED_GROS>
          <AL_DED_DED>decimal</AL_DED_DED>
          <AL_DED_TAX>decimal</AL_DED_TAX>
          <AL_DED_LUMP>decimal</AL_DED_LUMP>
          <AL_DED_DIRC>decimal</AL_DED_DIRC>
          <AL_DED_CAL>decimal</AL_DED_CAL>
          <AL_DED_CALD>decimal</AL_DED_CALD>
          <AL_DED_SNC>decimal</AL_DED_SNC>
          <AL_DED_3RD>decimal</AL_DED_3RD>
          <IS_MONTHLY_VARIABLE>decimal</IS_MONTHLY_VARIABLE>
          <ACTUAL_FIELD_NAME>string</ACTUAL_FIELD_NAME>
          <INVOICED_AMT>decimal</INVOICED_AMT>
          <IS_VISIBLE_IN_INACTIVESCREEN>int</IS_VISIBLE_IN_INACTIVESCREEN>
        </PAY_AL_DED_MAST>
      </getAlLMonthlyChangesResult>
    </getAlLMonthlyChangesResponse>
  </soap12:Body>
</soap12:Envelope>