CollectionApp


Click here for a complete list of operations.

SaveCollectionDetails

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
contract_no:
tran_date:
login_id:
total_amt:
due_amt:
arrear_amt:
expenses_amt:
ahc_amt:
other_amt:
tran_nature:
payment_mode:
vcr_sl_no:
receipt_type:
receipt_date:
receipt_amt:
receipt_printed:
longitude:
latitude:
gl_flag:
gl_cus_code:
gl_cus_name:
gl_veh_no:
gl_remarks:
created_by:
followup_flag:
followup_date:
followup_desc:
pay_full_details:
menu:
activity:
adcode:
session:
coll_charge:
handling_charge:
geolocation:
expensesList:

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 /CollectionApp.asmx HTTP/1.1
Host: atc.sakthifinance.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SaveCollectionDetails"

<?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>
    <SaveCollectionDetails xmlns="http://tempuri.org/">
      <contract_no>string</contract_no>
      <tran_date>string</tran_date>
      <login_id>string</login_id>
      <total_amt>string</total_amt>
      <due_amt>string</due_amt>
      <arrear_amt>string</arrear_amt>
      <expenses_amt>string</expenses_amt>
      <ahc_amt>string</ahc_amt>
      <other_amt>string</other_amt>
      <tran_nature>string</tran_nature>
      <payment_mode>string</payment_mode>
      <vcr_sl_no>string</vcr_sl_no>
      <receipt_type>string</receipt_type>
      <receipt_date>string</receipt_date>
      <receipt_amt>string</receipt_amt>
      <receipt_printed>string</receipt_printed>
      <longitude>string</longitude>
      <latitude>string</latitude>
      <gl_flag>string</gl_flag>
      <gl_cus_code>string</gl_cus_code>
      <gl_cus_name>string</gl_cus_name>
      <gl_veh_no>string</gl_veh_no>
      <gl_remarks>string</gl_remarks>
      <created_by>string</created_by>
      <followup_flag>string</followup_flag>
      <followup_date>string</followup_date>
      <followup_desc>string</followup_desc>
      <pay_full_details>string</pay_full_details>
      <menu>string</menu>
      <activity>string</activity>
      <adcode>string</adcode>
      <session>string</session>
      <coll_charge>string</coll_charge>
      <handling_charge>string</handling_charge>
      <geolocation>string</geolocation>
      <expensesList>string</expensesList>
    </SaveCollectionDetails>
  </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>
    <SaveCollectionDetailsResponse xmlns="http://tempuri.org/">
      <SaveCollectionDetailsResult>string</SaveCollectionDetailsResult>
    </SaveCollectionDetailsResponse>
  </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 /CollectionApp.asmx HTTP/1.1
Host: atc.sakthifinance.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>
    <SaveCollectionDetails xmlns="http://tempuri.org/">
      <contract_no>string</contract_no>
      <tran_date>string</tran_date>
      <login_id>string</login_id>
      <total_amt>string</total_amt>
      <due_amt>string</due_amt>
      <arrear_amt>string</arrear_amt>
      <expenses_amt>string</expenses_amt>
      <ahc_amt>string</ahc_amt>
      <other_amt>string</other_amt>
      <tran_nature>string</tran_nature>
      <payment_mode>string</payment_mode>
      <vcr_sl_no>string</vcr_sl_no>
      <receipt_type>string</receipt_type>
      <receipt_date>string</receipt_date>
      <receipt_amt>string</receipt_amt>
      <receipt_printed>string</receipt_printed>
      <longitude>string</longitude>
      <latitude>string</latitude>
      <gl_flag>string</gl_flag>
      <gl_cus_code>string</gl_cus_code>
      <gl_cus_name>string</gl_cus_name>
      <gl_veh_no>string</gl_veh_no>
      <gl_remarks>string</gl_remarks>
      <created_by>string</created_by>
      <followup_flag>string</followup_flag>
      <followup_date>string</followup_date>
      <followup_desc>string</followup_desc>
      <pay_full_details>string</pay_full_details>
      <menu>string</menu>
      <activity>string</activity>
      <adcode>string</adcode>
      <session>string</session>
      <coll_charge>string</coll_charge>
      <handling_charge>string</handling_charge>
      <geolocation>string</geolocation>
      <expensesList>string</expensesList>
    </SaveCollectionDetails>
  </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>
    <SaveCollectionDetailsResponse xmlns="http://tempuri.org/">
      <SaveCollectionDetailsResult>string</SaveCollectionDetailsResult>
    </SaveCollectionDetailsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /CollectionApp.asmx/SaveCollectionDetails?contract_no=string&tran_date=string&login_id=string&total_amt=string&due_amt=string&arrear_amt=string&expenses_amt=string&ahc_amt=string&other_amt=string&tran_nature=string&payment_mode=string&vcr_sl_no=string&receipt_type=string&receipt_date=string&receipt_amt=string&receipt_printed=string&longitude=string&latitude=string&gl_flag=string&gl_cus_code=string&gl_cus_name=string&gl_veh_no=string&gl_remarks=string&created_by=string&followup_flag=string&followup_date=string&followup_desc=string&pay_full_details=string&menu=string&activity=string&adcode=string&session=string&coll_charge=string&handling_charge=string&geolocation=string&expensesList=string HTTP/1.1
Host: atc.sakthifinance.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /CollectionApp.asmx/SaveCollectionDetails HTTP/1.1
Host: atc.sakthifinance.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

contract_no=string&tran_date=string&login_id=string&total_amt=string&due_amt=string&arrear_amt=string&expenses_amt=string&ahc_amt=string&other_amt=string&tran_nature=string&payment_mode=string&vcr_sl_no=string&receipt_type=string&receipt_date=string&receipt_amt=string&receipt_printed=string&longitude=string&latitude=string&gl_flag=string&gl_cus_code=string&gl_cus_name=string&gl_veh_no=string&gl_remarks=string&created_by=string&followup_flag=string&followup_date=string&followup_desc=string&pay_full_details=string&menu=string&activity=string&adcode=string&session=string&coll_charge=string&handling_charge=string&geolocation=string&expensesList=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">string</string>