GET api/PBXMLVGSTReports/GetAllGSTR1IncludeSummary?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",
"Particular": "sample string 2",
"VchCount": 3,
"trtype": "sample string 4",
"trcode": 5,
"fromdt": "2025-11-05T00:06:58.1743061+05:30",
"todt": "2025-11-05T00:06:58.1743061+05:30"
},
{
"cccd": "sample string 1",
"Particular": "sample string 2",
"VchCount": 3,
"trtype": "sample string 4",
"trcode": 5,
"fromdt": "2025-11-05T00:06:58.1743061+05:30",
"todt": "2025-11-05T00:06:58.1743061+05:30"
},
{
"cccd": "sample string 1",
"Particular": "sample string 2",
"VchCount": 3,
"trtype": "sample string 4",
"trcode": 5,
"fromdt": "2025-11-05T00:06:58.1743061+05:30",
"todt": "2025-11-05T00:06:58.1743061+05:30"
}
]
text/html
Sample:
[{"cccd":"sample string 1","Particular":"sample string 2","VchCount":3,"trtype":"sample string 4","trcode":5,"fromdt":"2025-11-05T00:06:58.1743061+05:30","todt":"2025-11-05T00:06:58.1743061+05:30"},{"cccd":"sample string 1","Particular":"sample string 2","VchCount":3,"trtype":"sample string 4","trcode":5,"fromdt":"2025-11-05T00:06:58.1743061+05:30","todt":"2025-11-05T00:06:58.1743061+05:30"},{"cccd":"sample string 1","Particular":"sample string 2","VchCount":3,"trtype":"sample string 4","trcode":5,"fromdt":"2025-11-05T00:06:58.1743061+05:30","todt":"2025-11-05T00:06:58.1743061+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR1IncludeSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVGSTR1IncludeSummary>
<Particular>sample string 2</Particular>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
<fromdt>2025-11-05T00:06:58.1743061+05:30</fromdt>
<todt>2025-11-05T00:06:58.1743061+05:30</todt>
<trcode>5</trcode>
<trtype>sample string 4</trtype>
</PBXMLVGSTR1IncludeSummary>
<PBXMLVGSTR1IncludeSummary>
<Particular>sample string 2</Particular>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
<fromdt>2025-11-05T00:06:58.1743061+05:30</fromdt>
<todt>2025-11-05T00:06:58.1743061+05:30</todt>
<trcode>5</trcode>
<trtype>sample string 4</trtype>
</PBXMLVGSTR1IncludeSummary>
<PBXMLVGSTR1IncludeSummary>
<Particular>sample string 2</Particular>
<VchCount>3</VchCount>
<cccd>sample string 1</cccd>
<fromdt>2025-11-05T00:06:58.1743061+05:30</fromdt>
<todt>2025-11-05T00:06:58.1743061+05:30</todt>
<trcode>5</trcode>
<trtype>sample string 4</trtype>
</PBXMLVGSTR1IncludeSummary>
</ArrayOfPBXMLVGSTR1IncludeSummary>