/
PropertyFacilityTask

PropertyFacilityTask

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the PropertyFacilityTask.
propertyPropertytrueProperty related to this PropertyFacilityTask.
codeStringtrueCode of the PropertyFacilityTask.
nameStringtrueName of the PropertyFacilityTask.
colorCodeStringfalseColor to identify the PropertyFacilityTask
estimatedWorkHourIntegertrueEstimated hours for this task.
estimatedWorkMinuteIntegertrueEstimated minutes for this task.
onArrivalBooleanfalseConfigures if the task is done on guest arrival.
onDepartureBooleanfalseConfigures if the task is done on guest departure.
scheduleDaysIntegerfalse

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
}

Related content