GET api/county/{countyId}/townships/{townshipId}/condos/{pin10}/report

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

integer

Required

pin10

string

Required

townshipId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ReportFileResponse
NameDescriptionTypeAdditional information
File

string

None.

Response Formats

application/json, text/json

Sample:
{
  "file": "sample string 1"
}

text/html

Sample:
{"file":"sample string 1"}

application/xml, text/xml

Sample:
<ReportFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.DocumentGeneration">
  <File>sample string 1</File>
</ReportFileResponse>