Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
The property identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of subject property details.
Collection of Nano.SubjectPropertyDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| projectDwellingUnitCount |
Gets or sets the project dwelling unit count. |
integer |
None. |
| projectDwellingUnitsSoldCount |
Gets or sets the project dwelling units sold count. |
integer |
None. |
| projectStatusType |
Gets or sets the project status type. |
string |
None. |
| unit1Rent |
Gets or sets the unit 1 rent. |
decimal number |
None. |
| unit2Rent |
Gets or sets the unit 2 rent. |
decimal number |
None. |
| unit3Rent |
Gets or sets the unit 3 rent. |
decimal number |
None. |
| unit4Rent |
Gets or sets the unit 4 rent. |
decimal number |
None. |
| property |
Gets or sets the property identifier. |
integer |
None. |
| id |
Gets or sets the subject property detail identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"projectDwellingUnitCount": 1,
"projectDwellingUnitsSoldCount": 1,
"projectStatusType": "sample String 1",
"unit1Rent": 1.0,
"unit2Rent": 1.0,
"unit3Rent": 1.0,
"unit4Rent": 1.0,
"property": "2",
"id": "3"
},
{
"projectDwellingUnitCount": 1,
"projectDwellingUnitsSoldCount": 1,
"projectStatusType": "sample String 1",
"unit1Rent": 1.0,
"unit2Rent": 1.0,
"unit3Rent": 1.0,
"unit4Rent": 1.0,
"property": "2",
"id": "3"
}
]
text/html
Sample:
[{"projectDwellingUnitCount":1,"projectDwellingUnitsSoldCount":1,"projectStatusType":"sample String 1","unit1Rent":1.0,"unit2Rent":1.0,"unit3Rent":1.0,"unit4Rent":1.0,"property":"2","id":"3"},{"projectDwellingUnitCount":1,"projectDwellingUnitsSoldCount":1,"projectStatusType":"sample String 1","unit1Rent":1.0,"unit2Rent":1.0,"unit3Rent":1.0,"unit4Rent":1.0,"property":"2","id":"3"}]
application/xml, text/xml
Sample:
<ArrayOfSubjectPropertyDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SubjectPropertyDetail>
<ProjectDwellingUnitCount>1</ProjectDwellingUnitCount>
<ProjectDwellingUnitsSoldCount>1</ProjectDwellingUnitsSoldCount>
<ProjectStatusType>sample String 1</ProjectStatusType>
<Unit1Rent>1</Unit1Rent>
<Unit2Rent>1</Unit2Rent>
<Unit3Rent>1</Unit3Rent>
<Unit4Rent>1</Unit4Rent>
<PropertyId>2</PropertyId>
<SubjectPropertyDetailId>3</SubjectPropertyDetailId>
</SubjectPropertyDetail>
<SubjectPropertyDetail>
<ProjectDwellingUnitCount>1</ProjectDwellingUnitCount>
<ProjectDwellingUnitsSoldCount>1</ProjectDwellingUnitsSoldCount>
<ProjectStatusType>sample String 1</ProjectStatusType>
<Unit1Rent>1</Unit1Rent>
<Unit2Rent>1</Unit2Rent>
<Unit3Rent>1</Unit3Rent>
<Unit4Rent>1</Unit4Rent>
<PropertyId>2</PropertyId>
<SubjectPropertyDetailId>3</SubjectPropertyDetailId>
</SubjectPropertyDetail>
</ArrayOfSubjectPropertyDetail>
application/vnd.api+json
Sample:
Sample not available.