GET api/PBXMLVGSTReports/GetAllGSTR1Voucher?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, "TaxAmt": 5.1, "InvoiceAmt": 6.1 }, { "cccd": "sample string 1", "Particulars": "sample string 2", "VchCount": 3, "TaxValue": 4, "TaxAmt": 5.1, "InvoiceAmt": 6.1 }, { "cccd": "sample string 1", "Particulars": "sample string 2", "VchCount": 3, "TaxValue": 4, "TaxAmt": 5.1, "InvoiceAmt": 6.1 } ]
text/html
Sample:
[{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4,"TaxAmt":5.1,"InvoiceAmt":6.1},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4,"TaxAmt":5.1,"InvoiceAmt":6.1},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3,"TaxValue":4,"TaxAmt":5.1,"InvoiceAmt":6.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR1Voucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVGSTR1Voucher> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4</TaxValue> <VchCount>3</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR1Voucher> <PBXMLVGSTR1Voucher> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4</TaxValue> <VchCount>3</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR1Voucher> <PBXMLVGSTR1Voucher> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4</TaxValue> <VchCount>3</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR1Voucher> </ArrayOfPBXMLVGSTR1Voucher>