GET api/county/GetCountyTaxPaymentInstallments?countyId={countyId}

This method will retrieve tax payment installments information for a county

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

County id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

TaxPaymentInstallmentPo
NameDescriptionTypeAdditional information
CountyName

string

None.

TaxYear

integer

None.

PaymentDate

string

None.

Id

integer

None.

Name

string

Max length: 100

DueMonth

integer

None.

DueDay

integer

None.

TaxYearOffset

integer

None.

PaymentPercent

decimal number

None.

CountyId

integer

None.

County

County

None.

Response Formats

application/json, text/json

Sample:
{
  "countyName": "sample string 1",
  "taxYear": 2,
  "paymentDate": "sample string 3",
  "id": 4,
  "name": "sample string 5",
  "dueMonth": 6,
  "dueDay": 7,
  "taxYearOffset": 8,
  "paymentPercent": 9.0,
  "countyId": 10,
  "county": {
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "appealProcessDescription": "sample string 4",
    "fipsCode": "sample string 5",
    "established": 1,
    "population": 1,
    "shapeArea": 1.1,
    "shapeLen": 1.1,
    "geom": "sample string 6",
    "pinFormat": "sample string 7",
    "propertyImageUrl": "sample string 8",
    "appealYearIncrement": 9,
    "taxPaymentYearIncrement": 10,
    "reassessmentCycleInYears": 11,
    "landArea": 12.1,
    "waterArea": 13.1,
    "reassessmentDescription": "sample string 14",
    "exemptionRefundPeriodInYears": 15,
    "assessorScheduleUrl": "sample string 16",
    "borScheduleUrl": "sample string 17",
    "stateId": 18,
    "isSupported": true,
    "assessmentPageUrl": "sample string 20",
    "propertyCardPageUrl": "sample string 21",
    "state": {
      "id": 1,
      "name": "sample string 2",
      "shortName": "sample string 3",
      "geom": "sample string 4",
      "isTerritory": true,
      "landArea": 6.1,
      "waterArea": 7.1
    }
  }
}

text/html

Sample:
{"countyName":"sample string 1","taxYear":2,"paymentDate":"sample string 3","id":4,"name":"sample string 5","dueMonth":6,"dueDay":7,"taxYearOffset":8,"paymentPercent":9.0,"countyId":10,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}}

application/xml, text/xml

Sample:
<TaxPaymentInstallmentPo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
  <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <AppealProcessDescription>sample string 4</AppealProcessDescription>
    <AppealYearIncrement>9</AppealYearIncrement>
    <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
    <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
    <BorScheduleUrl>sample string 17</BorScheduleUrl>
    <Description>sample string 3</Description>
    <Established>1</Established>
    <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
    <FipsCode>sample string 5</FipsCode>
    <Geom>sample string 6</Geom>
    <IsSupported>true</IsSupported>
    <LandArea>12.1</LandArea>
    <Name>sample string 2</Name>
    <PinFormat>sample string 7</PinFormat>
    <Population>1</Population>
    <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
    <PropertyImageUrl>sample string 8</PropertyImageUrl>
    <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
    <ReassessmentDescription>sample string 14</ReassessmentDescription>
    <ShapeArea>1.1</ShapeArea>
    <ShapeLen>1.1</ShapeLen>
    <State>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Geom>sample string 4</Geom>
      <IsTerritory>true</IsTerritory>
      <LandArea>6.1</LandArea>
      <Name>sample string 2</Name>
      <ShortName>sample string 3</ShortName>
      <WaterArea>7.1</WaterArea>
    </State>
    <StateId>18</StateId>
    <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
    <WaterArea>13.1</WaterArea>
  </County>
  <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</CountyId>
  <DueDay xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">7</DueDay>
  <DueMonth xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">6</DueMonth>
  <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
  <PaymentPercent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">9</PaymentPercent>
  <TaxYearOffset xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</TaxYearOffset>
  <CountyName>sample string 1</CountyName>
  <PaymentDate>sample string 3</PaymentDate>
  <TaxYear>2</TaxYear>
</TaxPaymentInstallmentPo>