InventoryWebService


Click here for a complete list of operations.

GetAllTaskListByCompCode

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

<?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>
    <GetAllTaskListByCompCode xmlns="http://tempuri.org/">
      <companyID>guid</companyID>
      <CompCode>string</CompCode>
      <strAPPROVAL_OWNER>string</strAPPROVAL_OWNER>
      <TaskType>string</TaskType>
    </GetAllTaskListByCompCode>
  </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>
    <GetAllTaskListByCompCodeResponse xmlns="http://tempuri.org/">
      <GetAllTaskListByCompCodeResult>
        <PAY_TASKS_LIST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <USERCODE>string</USERCODE>
          <TASK_ID>int</TASK_ID>
          <TASK_DESCRIPTION>string</TASK_DESCRIPTION>
          <TASK_DATE>dateTime</TASK_DATE>
          <TASK_DUE_DATE>dateTime</TASK_DUE_DATE>
          <PRIORITY>int</PRIORITY>
          <TASK_TYPE>string</TASK_TYPE>
          <LAST_SEEN_DATE>dateTime</LAST_SEEN_DATE>
          <COMPLETED_PERCENTAGE>decimal</COMPLETED_PERCENTAGE>
          <IS_DELETED>int</IS_DELETED>
          <APPROVAL_OWNER>string</APPROVAL_OWNER>
          <PAY_TASK_LINK>string</PAY_TASK_LINK>
        </PAY_TASKS_LIST>
        <PAY_TASKS_LIST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <USERCODE>string</USERCODE>
          <TASK_ID>int</TASK_ID>
          <TASK_DESCRIPTION>string</TASK_DESCRIPTION>
          <TASK_DATE>dateTime</TASK_DATE>
          <TASK_DUE_DATE>dateTime</TASK_DUE_DATE>
          <PRIORITY>int</PRIORITY>
          <TASK_TYPE>string</TASK_TYPE>
          <LAST_SEEN_DATE>dateTime</LAST_SEEN_DATE>
          <COMPLETED_PERCENTAGE>decimal</COMPLETED_PERCENTAGE>
          <IS_DELETED>int</IS_DELETED>
          <APPROVAL_OWNER>string</APPROVAL_OWNER>
          <PAY_TASK_LINK>string</PAY_TASK_LINK>
        </PAY_TASKS_LIST>
      </GetAllTaskListByCompCodeResult>
    </GetAllTaskListByCompCodeResponse>
  </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>
    <GetAllTaskListByCompCode xmlns="http://tempuri.org/">
      <companyID>guid</companyID>
      <CompCode>string</CompCode>
      <strAPPROVAL_OWNER>string</strAPPROVAL_OWNER>
      <TaskType>string</TaskType>
    </GetAllTaskListByCompCode>
  </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>
    <GetAllTaskListByCompCodeResponse xmlns="http://tempuri.org/">
      <GetAllTaskListByCompCodeResult>
        <PAY_TASKS_LIST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <USERCODE>string</USERCODE>
          <TASK_ID>int</TASK_ID>
          <TASK_DESCRIPTION>string</TASK_DESCRIPTION>
          <TASK_DATE>dateTime</TASK_DATE>
          <TASK_DUE_DATE>dateTime</TASK_DUE_DATE>
          <PRIORITY>int</PRIORITY>
          <TASK_TYPE>string</TASK_TYPE>
          <LAST_SEEN_DATE>dateTime</LAST_SEEN_DATE>
          <COMPLETED_PERCENTAGE>decimal</COMPLETED_PERCENTAGE>
          <IS_DELETED>int</IS_DELETED>
          <APPROVAL_OWNER>string</APPROVAL_OWNER>
          <PAY_TASK_LINK>string</PAY_TASK_LINK>
        </PAY_TASKS_LIST>
        <PAY_TASKS_LIST>
          <COMPANY_ID>guid</COMPANY_ID>
          <COMPCODE>string</COMPCODE>
          <USERCODE>string</USERCODE>
          <TASK_ID>int</TASK_ID>
          <TASK_DESCRIPTION>string</TASK_DESCRIPTION>
          <TASK_DATE>dateTime</TASK_DATE>
          <TASK_DUE_DATE>dateTime</TASK_DUE_DATE>
          <PRIORITY>int</PRIORITY>
          <TASK_TYPE>string</TASK_TYPE>
          <LAST_SEEN_DATE>dateTime</LAST_SEEN_DATE>
          <COMPLETED_PERCENTAGE>decimal</COMPLETED_PERCENTAGE>
          <IS_DELETED>int</IS_DELETED>
          <APPROVAL_OWNER>string</APPROVAL_OWNER>
          <PAY_TASK_LINK>string</PAY_TASK_LINK>
        </PAY_TASKS_LIST>
      </GetAllTaskListByCompCodeResult>
    </GetAllTaskListByCompCodeResponse>
  </soap12:Body>
</soap12:Envelope>