GET api/PBXMLVSmallInvoice/GetAllSmallInvoice?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", "IGST": 3.1, "CGST": 4.1, "SGST": 5.1, "taxamt": 6.1, "TaxValue": 7.1 }, { "cccd": "sample string 1", "Particulars": "sample string 2", "IGST": 3.1, "CGST": 4.1, "SGST": 5.1, "taxamt": 6.1, "TaxValue": 7.1 }, { "cccd": "sample string 1", "Particulars": "sample string 2", "IGST": 3.1, "CGST": 4.1, "SGST": 5.1, "taxamt": 6.1, "TaxValue": 7.1 } ]
text/html
Sample:
[{"cccd":"sample string 1","Particulars":"sample string 2","IGST":3.1,"CGST":4.1,"SGST":5.1,"taxamt":6.1,"TaxValue":7.1},{"cccd":"sample string 1","Particulars":"sample string 2","IGST":3.1,"CGST":4.1,"SGST":5.1,"taxamt":6.1,"TaxValue":7.1},{"cccd":"sample string 1","Particulars":"sample string 2","IGST":3.1,"CGST":4.1,"SGST":5.1,"taxamt":6.1,"TaxValue":7.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVSmallInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVSmallInvoice> <CGST>4.1</CGST> <IGST>3.1</IGST> <Particulars>sample string 2</Particulars> <SGST>5.1</SGST> <TaxValue>7.1</TaxValue> <cccd>sample string 1</cccd> <taxamt>6.1</taxamt> </PBXMLVSmallInvoice> <PBXMLVSmallInvoice> <CGST>4.1</CGST> <IGST>3.1</IGST> <Particulars>sample string 2</Particulars> <SGST>5.1</SGST> <TaxValue>7.1</TaxValue> <cccd>sample string 1</cccd> <taxamt>6.1</taxamt> </PBXMLVSmallInvoice> <PBXMLVSmallInvoice> <CGST>4.1</CGST> <IGST>3.1</IGST> <Particulars>sample string 2</Particulars> <SGST>5.1</SGST> <TaxValue>7.1</TaxValue> <cccd>sample string 1</cccd> <taxamt>6.1</taxamt> </PBXMLVSmallInvoice> </ArrayOfPBXMLVSmallInvoice>