POST api/Taxenrl/GetReports

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
rinbo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "header": {
    "AuthCode": "sample string 1",
    "terminalid": "sample string 2",
    "uniqueidentification": "sample string 3",
    "requesttype": "sample string 4"
  },
  "Startdate": "sample string 1",
  "Enddate": "sample string 2"
}

application/xml, text/xml

Sample:
<TaxReports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonHelpers.TaxCollection">
  <Enddate>sample string 2</Enddate>
  <Startdate>sample string 1</Startdate>
  <header xmlns:d2p1="http://schemas.datacontract.org/2004/07/CommonHelpers.AuthenticationModels">
    <d2p1:AuthCode>sample string 1</d2p1:AuthCode>
    <d2p1:requesttype>sample string 4</d2p1:requesttype>
    <d2p1:terminalid>sample string 2</d2p1:terminalid>
    <d2p1:uniqueidentification>sample string 3</d2p1:uniqueidentification>
  </header>
</TaxReports>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TaxReports'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "reports": [
    {
      "Tid": "sample string 1",
      "RIN": "sample string 2",
      "txnID": "sample string 3",
      "amount": "sample string 4",
      "paymentDate": "2026-01-12T02:55:09.1155208+05:30",
      "penaltyamount": "sample string 5",
      "TaxCode": 6,
      "Taxname": "sample string 7"
    },
    {
      "Tid": "sample string 1",
      "RIN": "sample string 2",
      "txnID": "sample string 3",
      "amount": "sample string 4",
      "paymentDate": "2026-01-12T02:55:09.1155208+05:30",
      "penaltyamount": "sample string 5",
      "TaxCode": 6,
      "Taxname": "sample string 7"
    },
    {
      "Tid": "sample string 1",
      "RIN": "sample string 2",
      "txnID": "sample string 3",
      "amount": "sample string 4",
      "paymentDate": "2026-01-12T02:55:09.1155208+05:30",
      "penaltyamount": "sample string 5",
      "TaxCode": 6,
      "Taxname": "sample string 7"
    }
  ],
  "grandtotal": "sample string 1"
}

application/xml, text/xml

Sample:
<Clsreports xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonHelpers.TaxCollection">
  <grandtotal>sample string 1</grandtotal>
  <reports>
    <taxrpts>
      <RIN>sample string 2</RIN>
      <TaxCode>6</TaxCode>
      <Taxname>sample string 7</Taxname>
      <Tid>sample string 1</Tid>
      <amount>sample string 4</amount>
      <paymentDate>2026-01-12T02:55:09.1155208+05:30</paymentDate>
      <penaltyamount>sample string 5</penaltyamount>
      <txnID>sample string 3</txnID>
    </taxrpts>
    <taxrpts>
      <RIN>sample string 2</RIN>
      <TaxCode>6</TaxCode>
      <Taxname>sample string 7</Taxname>
      <Tid>sample string 1</Tid>
      <amount>sample string 4</amount>
      <paymentDate>2026-01-12T02:55:09.1155208+05:30</paymentDate>
      <penaltyamount>sample string 5</penaltyamount>
      <txnID>sample string 3</txnID>
    </taxrpts>
    <taxrpts>
      <RIN>sample string 2</RIN>
      <TaxCode>6</TaxCode>
      <Taxname>sample string 7</Taxname>
      <Tid>sample string 1</Tid>
      <amount>sample string 4</amount>
      <paymentDate>2026-01-12T02:55:09.1155208+05:30</paymentDate>
      <penaltyamount>sample string 5</penaltyamount>
      <txnID>sample string 3</txnID>
    </taxrpts>
  </reports>
</Clsreports>