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