GET api/PBXMLVIncomeTaxSlab/GetITSlabDetailView?cccd={cccd}&SrlNo={SrlNo}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| SrlNo | 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",
"SrlNo": 2,
"NAME": "sample string 3",
"PERIODFROM": "sample string 4",
"SLABAMOUNTFROM": "sample string 5",
"SLABAMOUNTTO": "sample string 6",
"SLABRATE": "sample string 7",
"STATUS": "sample string 8",
"APPLICABLEFOR": "sample string 9",
"AGELIMIT": 10
},
{
"CCCD": "sample string 1",
"SrlNo": 2,
"NAME": "sample string 3",
"PERIODFROM": "sample string 4",
"SLABAMOUNTFROM": "sample string 5",
"SLABAMOUNTTO": "sample string 6",
"SLABRATE": "sample string 7",
"STATUS": "sample string 8",
"APPLICABLEFOR": "sample string 9",
"AGELIMIT": 10
},
{
"CCCD": "sample string 1",
"SrlNo": 2,
"NAME": "sample string 3",
"PERIODFROM": "sample string 4",
"SLABAMOUNTFROM": "sample string 5",
"SLABAMOUNTTO": "sample string 6",
"SLABRATE": "sample string 7",
"STATUS": "sample string 8",
"APPLICABLEFOR": "sample string 9",
"AGELIMIT": 10
}
]
text/html
Sample:
[{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","PERIODFROM":"sample string 4","SLABAMOUNTFROM":"sample string 5","SLABAMOUNTTO":"sample string 6","SLABRATE":"sample string 7","STATUS":"sample string 8","APPLICABLEFOR":"sample string 9","AGELIMIT":10},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","PERIODFROM":"sample string 4","SLABAMOUNTFROM":"sample string 5","SLABAMOUNTTO":"sample string 6","SLABRATE":"sample string 7","STATUS":"sample string 8","APPLICABLEFOR":"sample string 9","AGELIMIT":10},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","PERIODFROM":"sample string 4","SLABAMOUNTFROM":"sample string 5","SLABAMOUNTTO":"sample string 6","SLABRATE":"sample string 7","STATUS":"sample string 8","APPLICABLEFOR":"sample string 9","AGELIMIT":10}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVITSlabDetailView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVITSlabDetailView>
<AGELIMIT>10</AGELIMIT>
<APPLICABLEFOR>sample string 9</APPLICABLEFOR>
<CCCD>sample string 1</CCCD>
<NAME>sample string 3</NAME>
<PERIODFROM>sample string 4</PERIODFROM>
<SLABAMOUNTFROM>sample string 5</SLABAMOUNTFROM>
<SLABAMOUNTTO>sample string 6</SLABAMOUNTTO>
<SLABRATE>sample string 7</SLABRATE>
<STATUS>sample string 8</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVITSlabDetailView>
<PBXMLVITSlabDetailView>
<AGELIMIT>10</AGELIMIT>
<APPLICABLEFOR>sample string 9</APPLICABLEFOR>
<CCCD>sample string 1</CCCD>
<NAME>sample string 3</NAME>
<PERIODFROM>sample string 4</PERIODFROM>
<SLABAMOUNTFROM>sample string 5</SLABAMOUNTFROM>
<SLABAMOUNTTO>sample string 6</SLABAMOUNTTO>
<SLABRATE>sample string 7</SLABRATE>
<STATUS>sample string 8</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVITSlabDetailView>
<PBXMLVITSlabDetailView>
<AGELIMIT>10</AGELIMIT>
<APPLICABLEFOR>sample string 9</APPLICABLEFOR>
<CCCD>sample string 1</CCCD>
<NAME>sample string 3</NAME>
<PERIODFROM>sample string 4</PERIODFROM>
<SLABAMOUNTFROM>sample string 5</SLABAMOUNTFROM>
<SLABAMOUNTTO>sample string 6</SLABAMOUNTTO>
<SLABRATE>sample string 7</SLABRATE>
<STATUS>sample string 8</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVITSlabDetailView>
</ArrayOfPBXMLVITSlabDetailView>