InventoryWebService


Click here for a complete list of operations.

InsertJobCustomerDetails

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

<?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>
    <InsertJobCustomerDetails xmlns="http://tempuri.org/">
      <Details>
        <COMPANY_ID>guid</COMPANY_ID>
        <COMPCODE>string</COMPCODE>
        <ENTRYNO>int</ENTRYNO>
        <CUST_GROUP_ID>string</CUST_GROUP_ID>
        <CUST_TYPE_ID>string</CUST_TYPE_ID>
        <CUST_CODE>string</CUST_CODE>
        <CUST_NAME>string</CUST_NAME>
        <CUST_ADDRESS1>string</CUST_ADDRESS1>
        <CUST_ADDRESS2>string</CUST_ADDRESS2>
        <CUST_PHONE>string</CUST_PHONE>
        <CUST_EMAIL>string</CUST_EMAIL>
        <CUST_VATNO>string</CUST_VATNO>
        <REGISTERD_USERCODE>string</REGISTERD_USERCODE>
        <CREDIT_PERIOD>float</CREDIT_PERIOD>
        <CREDIT_LIMIT>float</CREDIT_LIMIT>
        <GLCODE>string</GLCODE>
        <AR_OPBAL>float</AR_OPBAL>
        <AR_OPBAL_BALANCE>float</AR_OPBAL_BALANCE>
        <CUST_ADDRESS3>string</CUST_ADDRESS3>
        <CUST_CONTACT_PERSON>string</CUST_CONTACT_PERSON>
        <CUST_FAX>string</CUST_FAX>
        <ISVATEXCEMPTED>int</ISVATEXCEMPTED>
        <OLD_GLCODE>string</OLD_GLCODE>
        <CUST_SVATNO>string</CUST_SVATNO>
        <REFNO>string</REFNO>
        <AUDIT_MEMO>string</AUDIT_MEMO>
        <AUDIT_DATE>dateTime</AUDIT_DATE>
        <IS_AUDITED>int</IS_AUDITED>
        <CUST_TYPE>string</CUST_TYPE>
        <CREDIT_BALANCE>double</CREDIT_BALANCE>
        <Active>boolean</Active>
        <CUST_ID>string</CUST_ID>
        <CUST_SEARCHID>string</CUST_SEARCHID>
        <LAST_TXN_DATE>dateTime</LAST_TXN_DATE>
        <CREDIT_LMT>decimal</CREDIT_LMT>
        <CREDIT_BAL>decimal</CREDIT_BAL>
        <TOTAL_OUTSTANDING>decimal</TOTAL_OUTSTANDING>
        <ACC_LEDGER_BAL>decimal</ACC_LEDGER_BAL>
        <OUTST_ACC_DIFFERENCE>decimal</OUTST_ACC_DIFFERENCE>
        <IS_OUTST_EQUAL_ACC>decimal</IS_OUTST_EQUAL_ACC>
        <GLOBAL_USER_EMAIL>string</GLOBAL_USER_EMAIL>
        <GLOBAL_ACTIVE_USER>int</GLOBAL_ACTIVE_USER>
      </Details>
    </InsertJobCustomerDetails>
  </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>
    <InsertJobCustomerDetailsResponse xmlns="http://tempuri.org/">
      <InsertJobCustomerDetailsResult>boolean</InsertJobCustomerDetailsResult>
    </InsertJobCustomerDetailsResponse>
  </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>
    <InsertJobCustomerDetails xmlns="http://tempuri.org/">
      <Details>
        <COMPANY_ID>guid</COMPANY_ID>
        <COMPCODE>string</COMPCODE>
        <ENTRYNO>int</ENTRYNO>
        <CUST_GROUP_ID>string</CUST_GROUP_ID>
        <CUST_TYPE_ID>string</CUST_TYPE_ID>
        <CUST_CODE>string</CUST_CODE>
        <CUST_NAME>string</CUST_NAME>
        <CUST_ADDRESS1>string</CUST_ADDRESS1>
        <CUST_ADDRESS2>string</CUST_ADDRESS2>
        <CUST_PHONE>string</CUST_PHONE>
        <CUST_EMAIL>string</CUST_EMAIL>
        <CUST_VATNO>string</CUST_VATNO>
        <REGISTERD_USERCODE>string</REGISTERD_USERCODE>
        <CREDIT_PERIOD>float</CREDIT_PERIOD>
        <CREDIT_LIMIT>float</CREDIT_LIMIT>
        <GLCODE>string</GLCODE>
        <AR_OPBAL>float</AR_OPBAL>
        <AR_OPBAL_BALANCE>float</AR_OPBAL_BALANCE>
        <CUST_ADDRESS3>string</CUST_ADDRESS3>
        <CUST_CONTACT_PERSON>string</CUST_CONTACT_PERSON>
        <CUST_FAX>string</CUST_FAX>
        <ISVATEXCEMPTED>int</ISVATEXCEMPTED>
        <OLD_GLCODE>string</OLD_GLCODE>
        <CUST_SVATNO>string</CUST_SVATNO>
        <REFNO>string</REFNO>
        <AUDIT_MEMO>string</AUDIT_MEMO>
        <AUDIT_DATE>dateTime</AUDIT_DATE>
        <IS_AUDITED>int</IS_AUDITED>
        <CUST_TYPE>string</CUST_TYPE>
        <CREDIT_BALANCE>double</CREDIT_BALANCE>
        <Active>boolean</Active>
        <CUST_ID>string</CUST_ID>
        <CUST_SEARCHID>string</CUST_SEARCHID>
        <LAST_TXN_DATE>dateTime</LAST_TXN_DATE>
        <CREDIT_LMT>decimal</CREDIT_LMT>
        <CREDIT_BAL>decimal</CREDIT_BAL>
        <TOTAL_OUTSTANDING>decimal</TOTAL_OUTSTANDING>
        <ACC_LEDGER_BAL>decimal</ACC_LEDGER_BAL>
        <OUTST_ACC_DIFFERENCE>decimal</OUTST_ACC_DIFFERENCE>
        <IS_OUTST_EQUAL_ACC>decimal</IS_OUTST_EQUAL_ACC>
        <GLOBAL_USER_EMAIL>string</GLOBAL_USER_EMAIL>
        <GLOBAL_ACTIVE_USER>int</GLOBAL_ACTIVE_USER>
      </Details>
    </InsertJobCustomerDetails>
  </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>
    <InsertJobCustomerDetailsResponse xmlns="http://tempuri.org/">
      <InsertJobCustomerDetailsResult>boolean</InsertJobCustomerDetailsResult>
    </InsertJobCustomerDetailsResponse>
  </soap12:Body>
</soap12:Envelope>