GET api/TenantUnit/GetListByApplicationId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TenantUnitsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantUnitId | integer |
None. |
|
| DBAId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| ApplicantId | integer |
None. |
|
| UnitId | integer |
None. |
|
| PreferredEmployerId | integer |
None. |
|
| ProspectQuoteId | integer |
None. |
|
| ResidentTypeId | byte |
None. |
|
| ResidentStatusId | byte |
None. |
|
| TenantGroupStatusId | byte |
None. |
|
| MoveInDate | date |
None. |
|
| TimesLate | integer |
None. |
|
| TimesNSF | integer |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| LastUpdatedDate | date |
None. |
|
| LateFee | decimal number |
None. |
|
| AllowChecks | boolean |
None. |
|
| AllowCreditCardOnline | boolean |
None. |
|
| AllowECheckOnline | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"tenantUnitId": 1,
"dbaId": 2,
"applicationId": 3,
"applicantId": 4,
"unitId": 5,
"preferredEmployerId": 6,
"prospectQuoteId": 7,
"residentTypeId": 64,
"residentStatusId": 64,
"tenantGroupStatusId": 64,
"moveInDate": "2025-12-06T10:09:49.5637785-06:00",
"timesLate": 12,
"timesNSF": 13,
"lastUpdatedBy": 14,
"lastUpdatedDate": "2025-12-06T10:09:49.5637785-06:00",
"lateFee": 16.0,
"allowChecks": true,
"allowCreditCardOnline": true,
"allowECheckOnline": true
},
{
"tenantUnitId": 1,
"dbaId": 2,
"applicationId": 3,
"applicantId": 4,
"unitId": 5,
"preferredEmployerId": 6,
"prospectQuoteId": 7,
"residentTypeId": 64,
"residentStatusId": 64,
"tenantGroupStatusId": 64,
"moveInDate": "2025-12-06T10:09:49.5637785-06:00",
"timesLate": 12,
"timesNSF": 13,
"lastUpdatedBy": 14,
"lastUpdatedDate": "2025-12-06T10:09:49.5637785-06:00",
"lateFee": 16.0,
"allowChecks": true,
"allowCreditCardOnline": true,
"allowECheckOnline": true
}
]
application/xml, text/xml
Sample:
<ArrayOfTenantUnitsModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TenantUnitsModel>
<TenantUnitId>1</TenantUnitId>
<DBAId>2</DBAId>
<ApplicationId>3</ApplicationId>
<ApplicantId>4</ApplicantId>
<UnitId>5</UnitId>
<PreferredEmployerId>6</PreferredEmployerId>
<ProspectQuoteId>7</ProspectQuoteId>
<ResidentTypeId>64</ResidentTypeId>
<ResidentStatusId>64</ResidentStatusId>
<TenantGroupStatusId>64</TenantGroupStatusId>
<MoveInDate>2025-12-06T10:09:49.5637785-06:00</MoveInDate>
<TimesLate>12</TimesLate>
<TimesNSF>13</TimesNSF>
<LastUpdatedBy>14</LastUpdatedBy>
<LastUpdatedDate>2025-12-06T10:09:49.5637785-06:00</LastUpdatedDate>
<LateFee>16</LateFee>
<AllowChecks>true</AllowChecks>
<AllowCreditCardOnline>true</AllowCreditCardOnline>
<AllowECheckOnline>true</AllowECheckOnline>
</TenantUnitsModel>
<TenantUnitsModel>
<TenantUnitId>1</TenantUnitId>
<DBAId>2</DBAId>
<ApplicationId>3</ApplicationId>
<ApplicantId>4</ApplicantId>
<UnitId>5</UnitId>
<PreferredEmployerId>6</PreferredEmployerId>
<ProspectQuoteId>7</ProspectQuoteId>
<ResidentTypeId>64</ResidentTypeId>
<ResidentStatusId>64</ResidentStatusId>
<TenantGroupStatusId>64</TenantGroupStatusId>
<MoveInDate>2025-12-06T10:09:49.5637785-06:00</MoveInDate>
<TimesLate>12</TimesLate>
<TimesNSF>13</TimesNSF>
<LastUpdatedBy>14</LastUpdatedBy>
<LastUpdatedDate>2025-12-06T10:09:49.5637785-06:00</LastUpdatedDate>
<LateFee>16</LateFee>
<AllowChecks>true</AllowChecks>
<AllowCreditCardOnline>true</AllowCreditCardOnline>
<AllowECheckOnline>true</AllowECheckOnline>
</TenantUnitsModel>
</ArrayOfTenantUnitsModel>