GET api/analysis/prospect?discountCode={discountCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
discountCode

string

Required

Body Parameters

None.

Response Information

Resource Description

AnalyzedPropertyResponseModel
NameDescriptionTypeAdditional information
Id

integer

None.

PurchasePrice

decimal number

None.

PurchaseDate

string

None.

AppealYear

integer

None.

AppealAgency

string

None.

AppealAgencyId

integer

None.

GrossTaxAmount

decimal number

None.

FairTaxAmount

decimal number

None.

OverpaymentAmount

decimal number

None.

MarketValue

decimal number

None.

FairMarketValue

decimal number

None.

ProspectFirstName

string

None.

DiscountCode

string

None.

PropertyAppealTypeId

integer

None.

NumYears

integer

None.

TotalEstamatedOverpaymentAmount

decimal number

None.

InfluencerCompany

string

None.

Pin

string

None.

FullAddress

string

None.

IsPurchase

boolean

None.

PurchaseYear

integer

None.

PropertyImageUrl

string

None.

DiscountCodeValidationError

string

None.

ProspectPhone

string

None.

ProspectLastName

string

None.

AppealOverrideFee

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "purchasePrice": 2.0,
  "purchaseDate": "sample string 3",
  "appealYear": 4,
  "appealAgency": "sample string 5",
  "appealAgencyId": 1,
  "grossTaxAmount": 6.0,
  "fairTaxAmount": 7.0,
  "overpaymentAmount": 8.0,
  "marketValue": 9.0,
  "fairMarketValue": 10.0,
  "prospectFirstName": "sample string 11",
  "discountCode": "sample string 12",
  "propertyAppealTypeId": 13,
  "numYears": 14,
  "totalEstamatedOverpaymentAmount": 15.0,
  "influencerCompany": "sample string 16",
  "pin": "sample string 17",
  "fullAddress": "sample string 18",
  "isPurchase": true,
  "purchaseYear": 20,
  "propertyImageUrl": "sample string 21",
  "discountCodeValidationError": "sample string 22",
  "prospectPhone": "sample string 23",
  "prospectLastName": "sample string 24",
  "appealOverrideFee": 25.0
}

text/html

Sample:
{"id":1,"purchasePrice":2.0,"purchaseDate":"sample string 3","appealYear":4,"appealAgency":"sample string 5","appealAgencyId":1,"grossTaxAmount":6.0,"fairTaxAmount":7.0,"overpaymentAmount":8.0,"marketValue":9.0,"fairMarketValue":10.0,"prospectFirstName":"sample string 11","discountCode":"sample string 12","propertyAppealTypeId":13,"numYears":14,"totalEstamatedOverpaymentAmount":15.0,"influencerCompany":"sample string 16","pin":"sample string 17","fullAddress":"sample string 18","isPurchase":true,"purchaseYear":20,"propertyImageUrl":"sample string 21","discountCodeValidationError":"sample string 22","prospectPhone":"sample string 23","prospectLastName":"sample string 24","appealOverrideFee":25.0}

application/xml, text/xml

Sample:
<AnalyzedPropertyResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.AnalysisBinding">
  <AppealAgency>sample string 5</AppealAgency>
  <AppealAgencyId>1</AppealAgencyId>
  <AppealOverrideFee>25</AppealOverrideFee>
  <AppealYear>4</AppealYear>
  <DiscountCode>sample string 12</DiscountCode>
  <DiscountCodeValidationError>sample string 22</DiscountCodeValidationError>
  <FairMarketValue>10</FairMarketValue>
  <FairTaxAmount>7</FairTaxAmount>
  <FullAddress>sample string 18</FullAddress>
  <GrossTaxAmount>6</GrossTaxAmount>
  <Id>1</Id>
  <InfluencerCompany>sample string 16</InfluencerCompany>
  <IsPurchase>true</IsPurchase>
  <MarketValue>9</MarketValue>
  <NumYears>14</NumYears>
  <OverpaymentAmount>8</OverpaymentAmount>
  <Pin>sample string 17</Pin>
  <PropertyAppealTypeId>13</PropertyAppealTypeId>
  <PropertyImageUrl>sample string 21</PropertyImageUrl>
  <ProspectFirstName>sample string 11</ProspectFirstName>
  <ProspectLastName>sample string 24</ProspectLastName>
  <ProspectPhone>sample string 23</ProspectPhone>
  <PurchaseDate>sample string 3</PurchaseDate>
  <PurchasePrice>2</PurchasePrice>
  <PurchaseYear>20</PurchaseYear>
  <TotalEstamatedOverpaymentAmount>15</TotalEstamatedOverpaymentAmount>
</AnalyzedPropertyResponseModel>