UBWS


Click here for a complete list of operations.

claim_sett

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 /UBWS.asmx HTTP/1.1
Host: 944682.o9qnc.group
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/claim_sett"

<?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>
    <claim_sett xmlns="http://tempuri.org/">
      <ubid>string</ubid>
      <CLAIM_NO>string</CLAIM_NO>
      <SETT_TYPE>string</SETT_TYPE>
      <AMT>string</AMT>
      <PAID_ON_DATE>string</PAID_ON_DATE>
      <CHEQUE_NO>string</CHEQUE_NO>
      <PAY_VCH_NO>string</PAY_VCH_NO>
      <CR_NOTE_NO>string</CR_NOTE_NO>
      <RECVRY_AMT>string</RECVRY_AMT>
      <RCP_DBT_NOTE_NO>string</RCP_DBT_NOTE_NO>
      <SETT_DATE>string</SETT_DATE>
      <USER_CODE>string</USER_CODE>
      <EDIT_DATE>string</EDIT_DATE>
      <SETT_NO>string</SETT_NO>
    </claim_sett>
  </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>
    <claim_settResponse xmlns="http://tempuri.org/">
      <claim_settResult>string</claim_settResult>
    </claim_settResponse>
  </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 /UBWS.asmx HTTP/1.1
Host: 944682.o9qnc.group
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>
    <claim_sett xmlns="http://tempuri.org/">
      <ubid>string</ubid>
      <CLAIM_NO>string</CLAIM_NO>
      <SETT_TYPE>string</SETT_TYPE>
      <AMT>string</AMT>
      <PAID_ON_DATE>string</PAID_ON_DATE>
      <CHEQUE_NO>string</CHEQUE_NO>
      <PAY_VCH_NO>string</PAY_VCH_NO>
      <CR_NOTE_NO>string</CR_NOTE_NO>
      <RECVRY_AMT>string</RECVRY_AMT>
      <RCP_DBT_NOTE_NO>string</RCP_DBT_NOTE_NO>
      <SETT_DATE>string</SETT_DATE>
      <USER_CODE>string</USER_CODE>
      <EDIT_DATE>string</EDIT_DATE>
      <SETT_NO>string</SETT_NO>
    </claim_sett>
  </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>
    <claim_settResponse xmlns="http://tempuri.org/">
      <claim_settResult>string</claim_settResult>
    </claim_settResponse>
  </soap12:Body>
</soap12:Envelope>