GET api/PBXMLVGSTR2Voucher/GetAllGSTR2VouchersSummary?cccd={cccd}&from={from}&to={to}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| from | No documentation available. |
Define this parameter in the request URI. |
| to | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"cccd": "sample string 1",
"Particulars": "sample string 2",
"VchCount": 3,
"TaxValue": 4.1,
"TotalTax": 5.1,
"TotalITCAvailable": 6.1,
"ReconciliationStatus": "sample string 7",
"InvoiceAmt": 8.1
},
{
"cccd": "sample string 1",
"Particulars": "sample string 2",
"VchCount": 3,
"TaxValue": 4.1,
"TotalTax": 5.1,
"TotalITCAvailable": 6.1,
"ReconciliationStatus": "sample string 7",
"InvoiceAmt": 8.1
},
{
"cccd": "sample string 1",
"Particulars": "sample string 2",
"VchCount": 3,
"TaxValue": 4.1,
"TotalTax": 5.1,
"TotalITCAvailable": 6.1,
"ReconciliationStatus": "sample string 7",
"InvoiceAmt": 8.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4.1,"TotalTax":5.1,"TotalITCAvailable":6.1,"ReconciliationStatus":"sample string 7","InvoiceAmt":8.1},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4.1,"TotalTax":5.1,"TotalITCAvailable":6.1,"ReconciliationStatus":"sample string 7","InvoiceAmt":8.1},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4.1,"TotalTax":5.1,"TotalITCAvailable":6.1,"ReconciliationStatus":"sample string 7","InvoiceAmt":8.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR2Voucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVGSTR2Voucher>
<InvoiceAmt>8.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<ReconciliationStatus>sample string 7</ReconciliationStatus>
<TaxValue>4.1</TaxValue>
<TotalITCAvailable>6.1</TotalITCAvailable>
<TotalTax>5.1</TotalTax>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
</PBXMLVGSTR2Voucher>
<PBXMLVGSTR2Voucher>
<InvoiceAmt>8.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<ReconciliationStatus>sample string 7</ReconciliationStatus>
<TaxValue>4.1</TaxValue>
<TotalITCAvailable>6.1</TotalITCAvailable>
<TotalTax>5.1</TotalTax>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
</PBXMLVGSTR2Voucher>
<PBXMLVGSTR2Voucher>
<InvoiceAmt>8.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<ReconciliationStatus>sample string 7</ReconciliationStatus>
<TaxValue>4.1</TaxValue>
<TotalITCAvailable>6.1</TotalITCAvailable>
<TotalTax>5.1</TotalTax>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
</PBXMLVGSTR2Voucher>
</ArrayOfPBXMLVGSTR2Voucher>