| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchModId |
Arch Mod Id. Primary key of the arch mods table |
integer |
None. |
| PropertyId |
Property Id. See the GET residentapi/properties/{propertyId} route to get the property data. (Required for CREATE) |
integer |
None. |
| UnitId |
Unit Id. See the GET residentapi/units/{id} to get the unit data. (Required for CREATE) |
integer |
None. |
| ResidentId |
ResidentId |
integer |
None. |
| OccupantName |
Occupant Name |
string |
None. |
| UnitNumber |
Unit Number |
string |
None. |
| Status |
Status |
string |
None. |
| ProgressCode |
ProgressCode |
string |
None. |
| Description |
Description. (Required for CREATE) |
string |
None. |
| Notes |
Notes |
string |
None. |
| DateSubmitted |
DateSubmitted |
date |
None. |
| StartDate |
Date work is to commence. (Required for CREATE) |
date |
None. |
| EndDate |
Date work is to be completed. (Required for CREATE) |
date |
None. |
| Categories |
Categories |
Collection of ArchModCategory |
None. |
| Attachments |
Attachments |
Collection of ArchModAttachment |
None. |