GET api/PBXMLVGSTR2Summary/GetAllGSTR2Summary?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", "SubParticulars": "sample string 3", "SubCount": 4, "VchCount": 5 }, { "cccd": "sample string 1", "Particular": "sample string 2", "SubParticulars": "sample string 3", "SubCount": 4, "VchCount": 5 }, { "cccd": "sample string 1", "Particular": "sample string 2", "SubParticulars": "sample string 3", "SubCount": 4, "VchCount": 5 } ]
text/html
Sample:
[{"cccd":"sample string 1","Particular":"sample string 2","SubParticulars":"sample string 3","SubCount":4,"VchCount":5},{"cccd":"sample string 1","Particular":"sample string 2","SubParticulars":"sample string 3","SubCount":4,"VchCount":5},{"cccd":"sample string 1","Particular":"sample string 2","SubParticulars":"sample string 3","SubCount":4,"VchCount":5}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVGSTR2Summary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVGSTR2Summary> <Particular>sample string 2</Particular> <SubCount>4</SubCount> <SubParticulars>sample string 3</SubParticulars> <VchCount>5</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR2Summary> <PBXMLVGSTR2Summary> <Particular>sample string 2</Particular> <SubCount>4</SubCount> <SubParticulars>sample string 3</SubParticulars> <VchCount>5</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR2Summary> <PBXMLVGSTR2Summary> <Particular>sample string 2</Particular> <SubCount>4</SubCount> <SubParticulars>sample string 3</SubParticulars> <VchCount>5</VchCount> <cccd>sample string 1</cccd> </PBXMLVGSTR2Summary> </ArrayOfPBXMLVGSTR2Summary>