| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchModId |
Arch Mod Id. Primary key of the arch mods 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. |
| Description |
Arch Mod description text |
string |
Required |
| ResidentId |
Resident Id. See the GET api/residents/{Id} route to get the residents data. |
integer |
None. |
| ModuleProgressCodeId |
Arch Mod Progress Code Id. See the GET api/moduleprogresscodes/{id} route to get the progress code data. |
integer |
None. |
| ReviewFee |
Review Fee. |
string |
None. |
| NonRefundableDeposit |
Non Refundable Deposit. |
string |
None. |
| RefundableDeposit |
Refundable Deposit. |
string |
None. |
| DateReceived |
Date Received. |
date |
None. |
| DateReviewFeeReceived |
Date Review Fee Received. |
date |
None. |
| DateNonRefundableDepositReceived |
Date Non Refundable Deposit Received. |
date |
None. |
| DateRefundableDepositReceived |
Date Refundable Deposit Received. |
date |
None. |
| StartDate |
Start Date. |
date |
None. |
| EndDate |
End Date. |
date |
None. |
| ModuleStatusId |
Module Status Id. See the GET api/modulestatus/{id} route to get the arch mod status. |
integer |
None. |
| Notes |
Arch Mod notes text |
string |
None. |
| Categories |
List of Category Ids. See the GET api/archmodcategories route to get a list of all arch mod categories. |
Collection of integer |
None. |