GET api/PBXMLVExciseDutyClassifications/GetAllEXCISEDutyClassification?cccd={cccd}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | 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", "NAME": "sample string 2", "METHODOFCALCULATION": "sample string 3", "SrlNo": 4, "BASICTYPEOFDUTY": "sample string 5" }, { "cccd": "sample string 1", "NAME": "sample string 2", "METHODOFCALCULATION": "sample string 3", "SrlNo": 4, "BASICTYPEOFDUTY": "sample string 5" }, { "cccd": "sample string 1", "NAME": "sample string 2", "METHODOFCALCULATION": "sample string 3", "SrlNo": 4, "BASICTYPEOFDUTY": "sample string 5" } ]
text/html
Sample:
[{"cccd":"sample string 1","NAME":"sample string 2","METHODOFCALCULATION":"sample string 3","SrlNo":4,"BASICTYPEOFDUTY":"sample string 5"},{"cccd":"sample string 1","NAME":"sample string 2","METHODOFCALCULATION":"sample string 3","SrlNo":4,"BASICTYPEOFDUTY":"sample string 5"},{"cccd":"sample string 1","NAME":"sample string 2","METHODOFCALCULATION":"sample string 3","SrlNo":4,"BASICTYPEOFDUTY":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVExciseDutyClassifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVExciseDutyClassifications> <BASICTYPEOFDUTY>sample string 5</BASICTYPEOFDUTY> <METHODOFCALCULATION>sample string 3</METHODOFCALCULATION> <NAME>sample string 2</NAME> <SrlNo>4</SrlNo> <cccd>sample string 1</cccd> </PBXMLVExciseDutyClassifications> <PBXMLVExciseDutyClassifications> <BASICTYPEOFDUTY>sample string 5</BASICTYPEOFDUTY> <METHODOFCALCULATION>sample string 3</METHODOFCALCULATION> <NAME>sample string 2</NAME> <SrlNo>4</SrlNo> <cccd>sample string 1</cccd> </PBXMLVExciseDutyClassifications> <PBXMLVExciseDutyClassifications> <BASICTYPEOFDUTY>sample string 5</BASICTYPEOFDUTY> <METHODOFCALCULATION>sample string 3</METHODOFCALCULATION> <NAME>sample string 2</NAME> <SrlNo>4</SrlNo> <cccd>sample string 1</cccd> </PBXMLVExciseDutyClassifications> </ArrayOfPBXMLVExciseDutyClassifications>