GET api/PBXMLGSTR1/GetAllGSTR1Summary?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.1, "TaxValue": 4.1, "TaxAmt": 5.1, "InvoiceAmt": 6.1, "SubCount": 7.1, "SubParticulars": "sample string 8" }, { "cccd": "sample string 1", "Particulars": "sample string 2", "VchCount": 3.1, "TaxValue": 4.1, "TaxAmt": 5.1, "InvoiceAmt": 6.1, "SubCount": 7.1, "SubParticulars": "sample string 8" }, { "cccd": "sample string 1", "Particulars": "sample string 2", "VchCount": 3.1, "TaxValue": 4.1, "TaxAmt": 5.1, "InvoiceAmt": 6.1, "SubCount": 7.1, "SubParticulars": "sample string 8" } ]
text/html
Sample:
[{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3.1,"TaxValue":4.1,"TaxAmt":5.1,"InvoiceAmt":6.1,"SubCount":7.1,"SubParticulars":"sample string 8"},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3.1,"TaxValue":4.1,"TaxAmt":5.1,"InvoiceAmt":6.1,"SubCount":7.1,"SubParticulars":"sample string 8"},{"cccd":"sample string 1","Particulars":"sample string 2","VchCount":3.1,"TaxValue":4.1,"TaxAmt":5.1,"InvoiceAmt":6.1,"SubCount":7.1,"SubParticulars":"sample string 8"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLGSTR1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLGSTR1> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <SubCount>7.1</SubCount> <SubParticulars>sample string 8</SubParticulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4.1</TaxValue> <VchCount>3.1</VchCount> <cccd>sample string 1</cccd> </PBXMLGSTR1> <PBXMLGSTR1> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <SubCount>7.1</SubCount> <SubParticulars>sample string 8</SubParticulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4.1</TaxValue> <VchCount>3.1</VchCount> <cccd>sample string 1</cccd> </PBXMLGSTR1> <PBXMLGSTR1> <InvoiceAmt>6.1</InvoiceAmt> <Particulars>sample string 2</Particulars> <SubCount>7.1</SubCount> <SubParticulars>sample string 8</SubParticulars> <TaxAmt>5.1</TaxAmt> <TaxValue>4.1</TaxValue> <VchCount>3.1</VchCount> <cccd>sample string 1</cccd> </PBXMLGSTR1> </ArrayOfPBXMLGSTR1>