| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkorderId |
Work Order Id. Primary key of work orders 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. This value will be NULL if the Common Area Id is provided. |
integer |
None. |
| CommonAreaId |
Common Area Id. See the GET api/properties/{propertyId}/commonareas route to get common areas. This value will be NULL if the Unit Id is provided. |
integer |
None. |
| WorkorderCategoryId |
Work Order Category ID. See the GET api/workordercategories/{categoryId} route to get the work order category data. |
integer |
None. |
| ModuleProgressCodeId |
Module Progress Code Id. See the GET api/moduleprogresscodes/{id} route to get the progress code. |
integer |
None. |
| WorkorderDescription |
Work Order Description. |
string |
None. |
| WorkorderNumber |
Work Order Number. Used to assign the work order with a number other than the primary key workorderId. |
integer |
None. |
| WorkorderCompletionDate |
Work Order Completion Date. |
date |
None. |
| ModuleStatusId |
Module Status Id. See the GET api/modulestatus/{id} route to get the arch mod status. |
integer |
None. |
| WorkorderChargetohouseaccount |
Work Order Charge to House Account. |
string |
None. |
| WorkorderAmount |
Work Order Amount. |
decimal number |
None. |
| PriorityValue |
Work Order Priority Value. See the GET api/workorders/priorities route to get workorder priorities. |
integer |
None. |
| Assignment |
Assignment. |
Collection of integer |
None. |
| WorkorderDtmcreated |
Work Order Date and Time Created. |
date |
None. |