InventoryWebService


Click here for a complete list of operations.

CancelSiteIssueNote

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

<?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>
    <CancelSiteIssueNote xmlns="http://tempuri.org/">
      <details>
        <COMPCODE>string</COMPCODE>
        <LOCA_FROM>string</LOCA_FROM>
        <LOCA_TO>string</LOCA_TO>
        <TRANS_NO>string</TRANS_NO>
        <NOTE01>string</NOTE01>
        <NOTE02>string</NOTE02>
        <SEQNO_01>decimal</SEQNO_01>
        <SEQNO_02>decimal</SEQNO_02>
        <SEQNO_03>decimal</SEQNO_03>
        <SEQREF_01>string</SEQREF_01>
        <SEQREF_02>string</SEQREF_02>
        <SEQREF_03>string</SEQREF_03>
        <TXN_DATE>dateTime</TXN_DATE>
        <TRANS_DATE>dateTime</TRANS_DATE>
        <TXN_TIME>string</TXN_TIME>
        <TOTAL>decimal</TOTAL>
        <IS_DISCOUNT_PER>decimal</IS_DISCOUNT_PER>
        <TOTAL_AFTER_DISCOUNT>decimal</TOTAL_AFTER_DISCOUNT>
        <VAT_AMOUNT>decimal</VAT_AMOUNT>
        <NBT_AMOUNT>decimal</NBT_AMOUNT>
        <COST_AMOUNT>decimal</COST_AMOUNT>
        <PAYABLE_AMOUNT>decimal</PAYABLE_AMOUNT>
        <PAY_BALANCE>decimal</PAY_BALANCE>
        <PAY_STATUS>decimal</PAY_STATUS>
        <PAY_IN_PROGRESS>decimal</PAY_IN_PROGRESS>
        <VAT_CODE1>string</VAT_CODE1>
        <VAT_CODE2>string</VAT_CODE2>
        <BRANCH_CODE>string</BRANCH_CODE>
        <TERMINAL_ID>string</TERMINAL_ID>
        <USERCODE>string</USERCODE>
        <CANCELLED>int</CANCELLED>
        <CANCEL_USERCODE>string</CANCEL_USERCODE>
        <CANCEL_DATE>dateTime</CANCEL_DATE>
        <CANCEL_TIME>string</CANCEL_TIME>
        <PRINTED>decimal</PRINTED>
        <DISCOUNT>decimal</DISCOUNT>
        <DISCOUNT_AMT>decimal</DISCOUNT_AMT>
        <ACCEPTED>int</ACCEPTED>
        <ACCEPT_USERCODE>string</ACCEPT_USERCODE>
        <ACCEPT_DATE>dateTime</ACCEPT_DATE>
        <ACCEPT_TIME>string</ACCEPT_TIME>
        <ACCEPT_BRANCH_CODE>string</ACCEPT_BRANCH_CODE>
        <ACCEPT_TERMINAL_ID>string</ACCEPT_TERMINAL_ID>
        <LOCAF_NAME>string</LOCAF_NAME>
        <LOCAT_NAME>string</LOCAT_NAME>
        <TRANS_TYPE>string</TRANS_TYPE>
        <ISSUE_NO>string</ISSUE_NO>
        <ISSUE_LOCAF>string</ISSUE_LOCAF>
        <ISSUE_LOCAT>string</ISSUE_LOCAT>
      </details>
    </CancelSiteIssueNote>
  </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>
    <CancelSiteIssueNoteResponse xmlns="http://tempuri.org/">
      <CancelSiteIssueNoteResult>string</CancelSiteIssueNoteResult>
    </CancelSiteIssueNoteResponse>
  </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>
    <CancelSiteIssueNote xmlns="http://tempuri.org/">
      <details>
        <COMPCODE>string</COMPCODE>
        <LOCA_FROM>string</LOCA_FROM>
        <LOCA_TO>string</LOCA_TO>
        <TRANS_NO>string</TRANS_NO>
        <NOTE01>string</NOTE01>
        <NOTE02>string</NOTE02>
        <SEQNO_01>decimal</SEQNO_01>
        <SEQNO_02>decimal</SEQNO_02>
        <SEQNO_03>decimal</SEQNO_03>
        <SEQREF_01>string</SEQREF_01>
        <SEQREF_02>string</SEQREF_02>
        <SEQREF_03>string</SEQREF_03>
        <TXN_DATE>dateTime</TXN_DATE>
        <TRANS_DATE>dateTime</TRANS_DATE>
        <TXN_TIME>string</TXN_TIME>
        <TOTAL>decimal</TOTAL>
        <IS_DISCOUNT_PER>decimal</IS_DISCOUNT_PER>
        <TOTAL_AFTER_DISCOUNT>decimal</TOTAL_AFTER_DISCOUNT>
        <VAT_AMOUNT>decimal</VAT_AMOUNT>
        <NBT_AMOUNT>decimal</NBT_AMOUNT>
        <COST_AMOUNT>decimal</COST_AMOUNT>
        <PAYABLE_AMOUNT>decimal</PAYABLE_AMOUNT>
        <PAY_BALANCE>decimal</PAY_BALANCE>
        <PAY_STATUS>decimal</PAY_STATUS>
        <PAY_IN_PROGRESS>decimal</PAY_IN_PROGRESS>
        <VAT_CODE1>string</VAT_CODE1>
        <VAT_CODE2>string</VAT_CODE2>
        <BRANCH_CODE>string</BRANCH_CODE>
        <TERMINAL_ID>string</TERMINAL_ID>
        <USERCODE>string</USERCODE>
        <CANCELLED>int</CANCELLED>
        <CANCEL_USERCODE>string</CANCEL_USERCODE>
        <CANCEL_DATE>dateTime</CANCEL_DATE>
        <CANCEL_TIME>string</CANCEL_TIME>
        <PRINTED>decimal</PRINTED>
        <DISCOUNT>decimal</DISCOUNT>
        <DISCOUNT_AMT>decimal</DISCOUNT_AMT>
        <ACCEPTED>int</ACCEPTED>
        <ACCEPT_USERCODE>string</ACCEPT_USERCODE>
        <ACCEPT_DATE>dateTime</ACCEPT_DATE>
        <ACCEPT_TIME>string</ACCEPT_TIME>
        <ACCEPT_BRANCH_CODE>string</ACCEPT_BRANCH_CODE>
        <ACCEPT_TERMINAL_ID>string</ACCEPT_TERMINAL_ID>
        <LOCAF_NAME>string</LOCAF_NAME>
        <LOCAT_NAME>string</LOCAT_NAME>
        <TRANS_TYPE>string</TRANS_TYPE>
        <ISSUE_NO>string</ISSUE_NO>
        <ISSUE_LOCAF>string</ISSUE_LOCAF>
        <ISSUE_LOCAT>string</ISSUE_LOCAT>
      </details>
    </CancelSiteIssueNote>
  </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>
    <CancelSiteIssueNoteResponse xmlns="http://tempuri.org/">
      <CancelSiteIssueNoteResult>string</CancelSiteIssueNoteResult>
    </CancelSiteIssueNoteResponse>
  </soap12:Body>
</soap12:Envelope>