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