GET api/PBXMLVExciseDutyClassifications/GetAllEXCISEDutyClassification?cccd={cccd}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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",
    "CCCD": "sample string 2",
    "NAME": "sample string 3",
    "RESERVEDNAME": "sample string 4",
    "DISPLAYNAME": "sample string 5",
    "MARKFORDELETION": "sample string 6",
    "METHODOFCALCULATION": "sample string 7",
    "SrlNo": 8,
    "BASICTYPEOFDUTY": "sample string 9",
    "STATUS": "sample string 10"
  },
  {
    "cccd": "sample string 1",
    "CCCD": "sample string 2",
    "NAME": "sample string 3",
    "RESERVEDNAME": "sample string 4",
    "DISPLAYNAME": "sample string 5",
    "MARKFORDELETION": "sample string 6",
    "METHODOFCALCULATION": "sample string 7",
    "SrlNo": 8,
    "BASICTYPEOFDUTY": "sample string 9",
    "STATUS": "sample string 10"
  },
  {
    "cccd": "sample string 1",
    "CCCD": "sample string 2",
    "NAME": "sample string 3",
    "RESERVEDNAME": "sample string 4",
    "DISPLAYNAME": "sample string 5",
    "MARKFORDELETION": "sample string 6",
    "METHODOFCALCULATION": "sample string 7",
    "SrlNo": 8,
    "BASICTYPEOFDUTY": "sample string 9",
    "STATUS": "sample string 10"
  }
]

text/html

Sample:
[{"cccd":"sample string 1","CCCD":"sample string 2","NAME":"sample string 3","RESERVEDNAME":"sample string 4","DISPLAYNAME":"sample string 5","MARKFORDELETION":"sample string 6","METHODOFCALCULATION":"sample string 7","SrlNo":8,"BASICTYPEOFDUTY":"sample string 9","STATUS":"sample string 10"},{"cccd":"sample string 1","CCCD":"sample string 2","NAME":"sample string 3","RESERVEDNAME":"sample string 4","DISPLAYNAME":"sample string 5","MARKFORDELETION":"sample string 6","METHODOFCALCULATION":"sample string 7","SrlNo":8,"BASICTYPEOFDUTY":"sample string 9","STATUS":"sample string 10"},{"cccd":"sample string 1","CCCD":"sample string 2","NAME":"sample string 3","RESERVEDNAME":"sample string 4","DISPLAYNAME":"sample string 5","MARKFORDELETION":"sample string 6","METHODOFCALCULATION":"sample string 7","SrlNo":8,"BASICTYPEOFDUTY":"sample string 9","STATUS":"sample string 10"}]

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 9</BASICTYPEOFDUTY>
    <CCCD>sample string 2</CCCD>
    <DISPLAYNAME>sample string 5</DISPLAYNAME>
    <MARKFORDELETION>sample string 6</MARKFORDELETION>
    <METHODOFCALCULATION>sample string 7</METHODOFCALCULATION>
    <NAME>sample string 3</NAME>
    <RESERVEDNAME>sample string 4</RESERVEDNAME>
    <STATUS>sample string 10</STATUS>
    <SrlNo>8</SrlNo>
    <cccd>sample string 1</cccd>
  </PBXMLVExciseDutyClassifications>
  <PBXMLVExciseDutyClassifications>
    <BASICTYPEOFDUTY>sample string 9</BASICTYPEOFDUTY>
    <CCCD>sample string 2</CCCD>
    <DISPLAYNAME>sample string 5</DISPLAYNAME>
    <MARKFORDELETION>sample string 6</MARKFORDELETION>
    <METHODOFCALCULATION>sample string 7</METHODOFCALCULATION>
    <NAME>sample string 3</NAME>
    <RESERVEDNAME>sample string 4</RESERVEDNAME>
    <STATUS>sample string 10</STATUS>
    <SrlNo>8</SrlNo>
    <cccd>sample string 1</cccd>
  </PBXMLVExciseDutyClassifications>
  <PBXMLVExciseDutyClassifications>
    <BASICTYPEOFDUTY>sample string 9</BASICTYPEOFDUTY>
    <CCCD>sample string 2</CCCD>
    <DISPLAYNAME>sample string 5</DISPLAYNAME>
    <MARKFORDELETION>sample string 6</MARKFORDELETION>
    <METHODOFCALCULATION>sample string 7</METHODOFCALCULATION>
    <NAME>sample string 3</NAME>
    <RESERVEDNAME>sample string 4</RESERVEDNAME>
    <STATUS>sample string 10</STATUS>
    <SrlNo>8</SrlNo>
    <cccd>sample string 1</cccd>
  </PBXMLVExciseDutyClassifications>
</ArrayOfPBXMLVExciseDutyClassifications>