GET api/county/{countyId}/treasurer/{pin}/refund
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countyId | integer |
Required |
|
| pin | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PropertyRefundResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Pin | string |
None. |
|
| RefundYears | string |
None. |
|
| RefundAmount | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"pin": "sample string 1",
"refundYears": "sample string 2",
"refundAmount": "sample string 3"
}
text/html
Sample:
{"pin":"sample string 1","refundYears":"sample string 2","refundAmount":"sample string 3"}
application/xml, text/xml
Sample:
<PropertyRefundResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.CountyBinding"> <Pin>sample string 1</Pin> <RefundAmount>sample string 3</RefundAmount> <RefundYears>sample string 2</RefundYears> </PropertyRefundResponseModel>