GET api/PBXMLFBTAssesseeType/GetAllFBTCategory?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",
"SrlNo": 2,
"NAME": "sample string 3",
"RESERVEDNAME": "sample string 4",
"FBTCATEGORYSECTION": "sample string 5",
"STATUS": "sample string 6",
"MARKFORDELETION": "sample string 7"
},
{
"CCCD": "sample string 1",
"SrlNo": 2,
"NAME": "sample string 3",
"RESERVEDNAME": "sample string 4",
"FBTCATEGORYSECTION": "sample string 5",
"STATUS": "sample string 6",
"MARKFORDELETION": "sample string 7"
},
{
"CCCD": "sample string 1",
"SrlNo": 2,
"NAME": "sample string 3",
"RESERVEDNAME": "sample string 4",
"FBTCATEGORYSECTION": "sample string 5",
"STATUS": "sample string 6",
"MARKFORDELETION": "sample string 7"
}
]
text/html
Sample:
[{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","RESERVEDNAME":"sample string 4","FBTCATEGORYSECTION":"sample string 5","STATUS":"sample string 6","MARKFORDELETION":"sample string 7"},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","RESERVEDNAME":"sample string 4","FBTCATEGORYSECTION":"sample string 5","STATUS":"sample string 6","MARKFORDELETION":"sample string 7"},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","RESERVEDNAME":"sample string 4","FBTCATEGORYSECTION":"sample string 5","STATUS":"sample string 6","MARKFORDELETION":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVFBTCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVFBTCategory>
<CCCD>sample string 1</CCCD>
<FBTCATEGORYSECTION>sample string 5</FBTCATEGORYSECTION>
<MARKFORDELETION>sample string 7</MARKFORDELETION>
<NAME>sample string 3</NAME>
<RESERVEDNAME>sample string 4</RESERVEDNAME>
<STATUS>sample string 6</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVFBTCategory>
<PBXMLVFBTCategory>
<CCCD>sample string 1</CCCD>
<FBTCATEGORYSECTION>sample string 5</FBTCATEGORYSECTION>
<MARKFORDELETION>sample string 7</MARKFORDELETION>
<NAME>sample string 3</NAME>
<RESERVEDNAME>sample string 4</RESERVEDNAME>
<STATUS>sample string 6</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVFBTCategory>
<PBXMLVFBTCategory>
<CCCD>sample string 1</CCCD>
<FBTCATEGORYSECTION>sample string 5</FBTCATEGORYSECTION>
<MARKFORDELETION>sample string 7</MARKFORDELETION>
<NAME>sample string 3</NAME>
<RESERVEDNAME>sample string 4</RESERVEDNAME>
<STATUS>sample string 6</STATUS>
<SrlNo>2</SrlNo>
</PBXMLVFBTCategory>
</ArrayOfPBXMLVFBTCategory>