GET ProfileTypes/VertAptAssoc_ProfileType_Properties/GetByProfileId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VertAptAssoc_ProfileType_PropertyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileId | integer |
None. |
|
| PropertyTypeId | integer |
None. |
|
| PropertyClassTypeId | integer |
None. |
|
| HousingTypeId | integer |
None. |
|
| HousingCategoryTypeId | integer |
None. |
|
| LocationClassTypeId | integer |
None. |
|
| YearBuilt | integer |
None. |
|
| Size | integer |
None. |
|
| NumberOfUnits | integer |
None. |
|
| NumberOfBuildings | integer |
None. |
|
| DistrictNationalCongressional | string |
None. |
|
| DistrictStateHouse | string |
None. |
|
| DistrictStateSenate | string |
None. |
|
| Lease | string |
None. |
|
| LeaseStartDate | date |
None. |
|
| LeaseEndDate | date |
None. |
|
| LeaseContact | integer |
None. |
|
| LeaseContactName | string |
None. |
|
| LeaseContactPhone | string |
None. |
|
| HousingCategoryAffordable | boolean |
None. |
|
| HousingCategoryCorporate | boolean |
None. |
|
| HousingCategoryStudent | boolean |
None. |
|
| HousingCategoryConventional | boolean |
None. |
|
| HousingCategoryMixedUse | boolean |
None. |
|
| HousingCategoryMilitary | boolean |
None. |
|
| HousingCategoryTaxCredit | boolean |
None. |
|
| HousingCategorySenior | boolean |
None. |
|
| HousingCategoryOther | boolean |
None. |
|
| HousingCategoryOtherValue | string |
None. |
Response Formats
application/json, text/json
Sample:
{
- "Id": 1,
- "ProfileId": 2,
- "PropertyTypeId": 3,
- "PropertyClassTypeId": 4,
- "HousingTypeId": 5,
- "HousingCategoryTypeId": 6,
- "LocationClassTypeId": 7,
- "YearBuilt": 8,
- "Size": 9,
- "NumberOfUnits": 10,
- "NumberOfBuildings": 11,
- "DistrictNationalCongressional": "sample string 12",
- "DistrictStateHouse": "sample string 13",
- "DistrictStateSenate": "sample string 14",
- "Lease": "sample string 15",
- "LeaseStartDate": "2025-11-01T18:38:28.4781553Z",
- "LeaseEndDate": "2025-11-01T18:38:28.4781553Z",
- "LeaseContact": 18,
- "LeaseContactName": "sample string 19",
- "LeaseContactPhone": "sample string 20",
- "HousingCategoryAffordable": true,
- "HousingCategoryCorporate": true,
- "HousingCategoryStudent": true,
- "HousingCategoryConventional": true,
- "HousingCategoryMixedUse": true,
- "HousingCategoryMilitary": true,
- "HousingCategoryTaxCredit": true,
- "HousingCategorySenior": true,
- "HousingCategoryOther": true,
- "HousingCategoryOtherValue": "sample string 30"