GET api/PBXMLVGSTR1SmallInvoiceSummary/GetAllGSTR1SmallInvoiceSummary?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",
"AccNo": 3,
"trkey": "sample string 4",
"VchCount": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"taxamt": 9.1,
"TaxValue": 10.1,
"InvoiceAmt": 11.1,
"Date": "sample string 12",
"trtype": "sample string 13",
"trno": "sample string 14"
},
{
"cccd": "sample string 1",
"Particulars": "sample string 2",
"AccNo": 3,
"trkey": "sample string 4",
"VchCount": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"taxamt": 9.1,
"TaxValue": 10.1,
"InvoiceAmt": 11.1,
"Date": "sample string 12",
"trtype": "sample string 13",
"trno": "sample string 14"
},
{
"cccd": "sample string 1",
"Particulars": "sample string 2",
"AccNo": 3,
"trkey": "sample string 4",
"VchCount": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"taxamt": 9.1,
"TaxValue": 10.1,
"InvoiceAmt": 11.1,
"Date": "sample string 12",
"trtype": "sample string 13",
"trno": "sample string 14"
}
]
text/html
Sample:
[{"cccd":"sample string 1","Particulars":"sample string 2","AccNo":3,"trkey":"sample string 4","VchCount":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"taxamt":9.1,"TaxValue":10.1,"InvoiceAmt":11.1,"Date":"sample string 12","trtype":"sample string 13","trno":"sample string 14"},{"cccd":"sample string 1","Particulars":"sample string 2","AccNo":3,"trkey":"sample string 4","VchCount":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"taxamt":9.1,"TaxValue":10.1,"InvoiceAmt":11.1,"Date":"sample string 12","trtype":"sample string 13","trno":"sample string 14"},{"cccd":"sample string 1","Particulars":"sample string 2","AccNo":3,"trkey":"sample string 4","VchCount":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"taxamt":9.1,"TaxValue":10.1,"InvoiceAmt":11.1,"Date":"sample string 12","trtype":"sample string 13","trno":"sample string 14"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR1SmallInvoiceSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVGSTR1SmallInvoiceSummary>
<AccNo>3</AccNo>
<CGST>7.1</CGST>
<Date>sample string 12</Date>
<IGST>6.1</IGST>
<InvoiceAmt>11.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<VchCount>5</VchCount>
<cccd>sample string 1</cccd>
<taxamt>9.1</taxamt>
<trkey>sample string 4</trkey>
<trno>sample string 14</trno>
<trtype>sample string 13</trtype>
</PBXMLVGSTR1SmallInvoiceSummary>
<PBXMLVGSTR1SmallInvoiceSummary>
<AccNo>3</AccNo>
<CGST>7.1</CGST>
<Date>sample string 12</Date>
<IGST>6.1</IGST>
<InvoiceAmt>11.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<VchCount>5</VchCount>
<cccd>sample string 1</cccd>
<taxamt>9.1</taxamt>
<trkey>sample string 4</trkey>
<trno>sample string 14</trno>
<trtype>sample string 13</trtype>
</PBXMLVGSTR1SmallInvoiceSummary>
<PBXMLVGSTR1SmallInvoiceSummary>
<AccNo>3</AccNo>
<CGST>7.1</CGST>
<Date>sample string 12</Date>
<IGST>6.1</IGST>
<InvoiceAmt>11.1</InvoiceAmt>
<Particulars>sample string 2</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<VchCount>5</VchCount>
<cccd>sample string 1</cccd>
<taxamt>9.1</taxamt>
<trkey>sample string 4</trkey>
<trno>sample string 14</trno>
<trtype>sample string 13</trtype>
</PBXMLVGSTR1SmallInvoiceSummary>
</ArrayOfPBXMLVGSTR1SmallInvoiceSummary>