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