GET api/PBXMLVGSTR2Summary/GetAllGSTR2IncompleteHSN?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",
"trno": "sample string 2",
"Name": "sample string 3",
"Particulars": "sample string 4",
"AccNo": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"InvoiceAmt": 9.1,
"TaxValue": 10.1,
"trkey": "sample string 11",
"trdt": "sample string 12"
},
{
"cccd": "sample string 1",
"trno": "sample string 2",
"Name": "sample string 3",
"Particulars": "sample string 4",
"AccNo": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"InvoiceAmt": 9.1,
"TaxValue": 10.1,
"trkey": "sample string 11",
"trdt": "sample string 12"
},
{
"cccd": "sample string 1",
"trno": "sample string 2",
"Name": "sample string 3",
"Particulars": "sample string 4",
"AccNo": 5,
"IGST": 6.1,
"CGST": 7.1,
"SGST": 8.1,
"InvoiceAmt": 9.1,
"TaxValue": 10.1,
"trkey": "sample string 11",
"trdt": "sample string 12"
}
]
text/html
Sample:
[{"cccd":"sample string 1","trno":"sample string 2","Name":"sample string 3","Particulars":"sample string 4","AccNo":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"InvoiceAmt":9.1,"TaxValue":10.1,"trkey":"sample string 11","trdt":"sample string 12"},{"cccd":"sample string 1","trno":"sample string 2","Name":"sample string 3","Particulars":"sample string 4","AccNo":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"InvoiceAmt":9.1,"TaxValue":10.1,"trkey":"sample string 11","trdt":"sample string 12"},{"cccd":"sample string 1","trno":"sample string 2","Name":"sample string 3","Particulars":"sample string 4","AccNo":5,"IGST":6.1,"CGST":7.1,"SGST":8.1,"InvoiceAmt":9.1,"TaxValue":10.1,"trkey":"sample string 11","trdt":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR2IncompleteHSN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVGSTR2IncompleteHSN>
<AccNo>5</AccNo>
<CGST>7.1</CGST>
<IGST>6.1</IGST>
<InvoiceAmt>9.1</InvoiceAmt>
<Name>sample string 3</Name>
<Particulars>sample string 4</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<cccd>sample string 1</cccd>
<trdt>sample string 12</trdt>
<trkey>sample string 11</trkey>
<trno>sample string 2</trno>
</PBXMLVGSTR2IncompleteHSN>
<PBXMLVGSTR2IncompleteHSN>
<AccNo>5</AccNo>
<CGST>7.1</CGST>
<IGST>6.1</IGST>
<InvoiceAmt>9.1</InvoiceAmt>
<Name>sample string 3</Name>
<Particulars>sample string 4</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<cccd>sample string 1</cccd>
<trdt>sample string 12</trdt>
<trkey>sample string 11</trkey>
<trno>sample string 2</trno>
</PBXMLVGSTR2IncompleteHSN>
<PBXMLVGSTR2IncompleteHSN>
<AccNo>5</AccNo>
<CGST>7.1</CGST>
<IGST>6.1</IGST>
<InvoiceAmt>9.1</InvoiceAmt>
<Name>sample string 3</Name>
<Particulars>sample string 4</Particulars>
<SGST>8.1</SGST>
<TaxValue>10.1</TaxValue>
<cccd>sample string 1</cccd>
<trdt>sample string 12</trdt>
<trkey>sample string 11</trkey>
<trno>sample string 2</trno>
</PBXMLVGSTR2IncompleteHSN>
</ArrayOfPBXMLVGSTR2IncompleteHSN>