| Name | Description | Type | Additional information |
|---|---|---|---|
| ResidentId |
Resident Id. Primary key of the residents table. |
integer |
None. |
| PropertyId |
Property Id. See the GET api/properties/{propertyId} route to get the property data. |
integer |
None. |
| UnitId |
Unit Id. See the GET api/units/{unitId} route to get the unit data. |
integer |
None. |
| ResidentFirstName |
Resident First Name. |
string |
None. |
| ResidentMiddleInitial |
Resident Middle Initial. |
string |
None. |
| ResidentLastName |
Resident Last Name. |
string |
None. |
| ResidentEmail |
Resident Email. |
string |
None. |
| ResidentUnitphone |
Resident Unit Phone. |
string |
None. |
| ResidentCellphone |
Resident Cell Phone. |
string |
None. |
| ResidentWorkphone |
Resident Work Phone. |
string |
None. |
| ResidentOtherphone |
Resident Other Phone. |
string |
None. |
| OccupancyType |
Occupany Type. |
string |
None. |
| ResidentType |
Resident Type See the GET api/residenttypes route. |
integer |
None. |
| MoveInDate |
MoveInDate. |
date |
None. |