CrmServiceDateAvailability
Stentor API Reference / stentor-models/src / CrmServiceDateAvailability
Interface: CrmServiceDateAvailability
Defined in: packages/stentor-models/src/Services/CrmService.ts:96
Propertiesβ
dateβ
date:
DateTime
Defined in: packages/stentor-models/src/Services/CrmService.ts:100
Typically, just the date is used, tz and time are not needed.
availableβ
available:
boolean
Defined in: packages/stentor-models/src/Services/CrmService.ts:104
If the day has any availability for appointments.
remainingAppointments?β
optionalremainingAppointments?:number
Defined in: packages/stentor-models/src/Services/CrmService.ts:108
The number of remaining available appointments.
blockedTimeSlots?β
optionalblockedTimeSlots?:CrmServiceTimeAvailability[]
Defined in: packages/stentor-models/src/Services/CrmService.ts:116
Blocked time slots for the day.
These are only blocked times during their normal business hours.
Noteβ
- This is only for future consideration.