GET api/PBXMLFBTAssesseeType/GetFBTAssesseeTypeDetailView?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", "FBTASSESSEEPERIODSRL": 4, "PERIODFROM": "sample string 5", "PERIODTO": "sample string 6", "FBTASSESSEERATE": "sample string 7", "FBTASSESSEEADDLSURCHARGE": "sample string 8", "FBTASSESSEESURCHARGE": "sample string 9", "STATUS": "sample string 10" }, { "CCCD": "sample string 1", "SrlNo": 2, "NAME": "sample string 3", "FBTASSESSEEPERIODSRL": 4, "PERIODFROM": "sample string 5", "PERIODTO": "sample string 6", "FBTASSESSEERATE": "sample string 7", "FBTASSESSEEADDLSURCHARGE": "sample string 8", "FBTASSESSEESURCHARGE": "sample string 9", "STATUS": "sample string 10" }, { "CCCD": "sample string 1", "SrlNo": 2, "NAME": "sample string 3", "FBTASSESSEEPERIODSRL": 4, "PERIODFROM": "sample string 5", "PERIODTO": "sample string 6", "FBTASSESSEERATE": "sample string 7", "FBTASSESSEEADDLSURCHARGE": "sample string 8", "FBTASSESSEESURCHARGE": "sample string 9", "STATUS": "sample string 10" } ]
text/html
Sample:
[{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","FBTASSESSEEPERIODSRL":4,"PERIODFROM":"sample string 5","PERIODTO":"sample string 6","FBTASSESSEERATE":"sample string 7","FBTASSESSEEADDLSURCHARGE":"sample string 8","FBTASSESSEESURCHARGE":"sample string 9","STATUS":"sample string 10"},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","FBTASSESSEEPERIODSRL":4,"PERIODFROM":"sample string 5","PERIODTO":"sample string 6","FBTASSESSEERATE":"sample string 7","FBTASSESSEEADDLSURCHARGE":"sample string 8","FBTASSESSEESURCHARGE":"sample string 9","STATUS":"sample string 10"},{"CCCD":"sample string 1","SrlNo":2,"NAME":"sample string 3","FBTASSESSEEPERIODSRL":4,"PERIODFROM":"sample string 5","PERIODTO":"sample string 6","FBTASSESSEERATE":"sample string 7","FBTASSESSEEADDLSURCHARGE":"sample string 8","FBTASSESSEESURCHARGE":"sample string 9","STATUS":"sample string 10"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVFBTAssesseeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVFBTAssesseeDetails> <CCCD>sample string 1</CCCD> <FBTASSESSEEADDLSURCHARGE>sample string 8</FBTASSESSEEADDLSURCHARGE> <FBTASSESSEEPERIODSRL>4</FBTASSESSEEPERIODSRL> <FBTASSESSEERATE>sample string 7</FBTASSESSEERATE> <FBTASSESSEESURCHARGE>sample string 9</FBTASSESSEESURCHARGE> <NAME>sample string 3</NAME> <PERIODFROM>sample string 5</PERIODFROM> <PERIODTO>sample string 6</PERIODTO> <STATUS>sample string 10</STATUS> <SrlNo>2</SrlNo> </PBXMLVFBTAssesseeDetails> <PBXMLVFBTAssesseeDetails> <CCCD>sample string 1</CCCD> <FBTASSESSEEADDLSURCHARGE>sample string 8</FBTASSESSEEADDLSURCHARGE> <FBTASSESSEEPERIODSRL>4</FBTASSESSEEPERIODSRL> <FBTASSESSEERATE>sample string 7</FBTASSESSEERATE> <FBTASSESSEESURCHARGE>sample string 9</FBTASSESSEESURCHARGE> <NAME>sample string 3</NAME> <PERIODFROM>sample string 5</PERIODFROM> <PERIODTO>sample string 6</PERIODTO> <STATUS>sample string 10</STATUS> <SrlNo>2</SrlNo> </PBXMLVFBTAssesseeDetails> <PBXMLVFBTAssesseeDetails> <CCCD>sample string 1</CCCD> <FBTASSESSEEADDLSURCHARGE>sample string 8</FBTASSESSEEADDLSURCHARGE> <FBTASSESSEEPERIODSRL>4</FBTASSESSEEPERIODSRL> <FBTASSESSEERATE>sample string 7</FBTASSESSEERATE> <FBTASSESSEESURCHARGE>sample string 9</FBTASSESSEESURCHARGE> <NAME>sample string 3</NAME> <PERIODFROM>sample string 5</PERIODFROM> <PERIODTO>sample string 6</PERIODTO> <STATUS>sample string 10</STATUS> <SrlNo>2</SrlNo> </PBXMLVFBTAssesseeDetails> </ArrayOfPBXMLVFBTAssesseeDetails>