AppointmentPerDayData
The appointment count for the specific day
Fields
count
· AppointmentFrequencyDataType
· The object with the total count of appointments for each status date
· ISO8601DateTime
· The day we count appointments for Used By
Definition
"""The appointment count for the specific day"""type AppointmentPerDayData { """ The object with the total count of appointments for each status """ count: AppointmentFrequencyDataType
""" The day we count appointments for """ date: ISO8601DateTime}