VatReportDetail


Click here for a complete list of operations.

GroupByVat

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 /Pages/Modules/Payment/VatReportDetail.asmx HTTP/1.1
Host: ffherp.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GroupByVat"

<?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>
    <GroupByVat xmlns="http://tempuri.org/">
      <i_sGroupByColumn>string</i_sGroupByColumn>
      <i_sGroupByColumn1>string</i_sGroupByColumn1>
      <i_sGroupByColumn2>string</i_sGroupByColumn2>
      <i_sGroupByColumn3>string</i_sGroupByColumn3>
      <i_sGroupByColumn4>string</i_sGroupByColumn4>
      <i_sAggregateColumn>string</i_sAggregateColumn>
      <i_sAggregateColumn1>string</i_sAggregateColumn1>
      <i_sGroupByColumn6>string</i_sGroupByColumn6>
      <i_dSourceTable>xmlxml</i_dSourceTable>
    </GroupByVat>
  </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>
    <GroupByVatResponse xmlns="http://tempuri.org/">
      <GroupByVatResult>xmlxml</GroupByVatResult>
    </GroupByVatResponse>
  </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 /Pages/Modules/Payment/VatReportDetail.asmx HTTP/1.1
Host: ffherp.co.in
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>
    <GroupByVat xmlns="http://tempuri.org/">
      <i_sGroupByColumn>string</i_sGroupByColumn>
      <i_sGroupByColumn1>string</i_sGroupByColumn1>
      <i_sGroupByColumn2>string</i_sGroupByColumn2>
      <i_sGroupByColumn3>string</i_sGroupByColumn3>
      <i_sGroupByColumn4>string</i_sGroupByColumn4>
      <i_sAggregateColumn>string</i_sAggregateColumn>
      <i_sAggregateColumn1>string</i_sAggregateColumn1>
      <i_sGroupByColumn6>string</i_sGroupByColumn6>
      <i_dSourceTable>xmlxml</i_dSourceTable>
    </GroupByVat>
  </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>
    <GroupByVatResponse xmlns="http://tempuri.org/">
      <GroupByVatResult>xmlxml</GroupByVatResult>
    </GroupByVatResponse>
  </soap12:Body>
</soap12:Envelope>