PropertyFacilityTask
PropertyFacilityTask
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the PropertyFacilityTask. |
property | Property | true | Property related to this PropertyFacilityTask. |
code | String | true | Code of the PropertyFacilityTask. |
name | String | true | Name of the PropertyFacilityTask. |
colorCode | String | false | Color to identify the PropertyFacilityTask |
estimatedWorkHour | Integer | true | Estimated hours for this task. |
estimatedWorkMinute | Integer | true | Estimated minutes for this task. |
onArrival | Boolean | false | Configures if the task is done on guest arrival. |
onDeparture | Boolean | false | Configures if the task is done on guest departure. |
scheduleDays | Integer | false |
JSON representation
{ "id": 3, "createdDate": "2018-09-18T11:22:13.660Z", "modifiedDate": "2018-09-18T11:22:16.127Z", "createdUser": 0, "modifiedUser": 0, "property": null, "code": "TR", "name": "Towels Replace", "colorCode": "#ffb300", "estimatedWorkHour": 1, "estimatedWorkMinute": 0 }
, multiple selections available,