OnSiteJobsAppointmentSlotResultsType
Fields
Indicates whether all available appointment slots have been fetched. This is only relevant for booking adapters that support async timeslot fetching. For sync, it will always be True. If false, empty list of slots will be returned.
List of available appointment slots.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"isComplete": true,
"slots": [OnSiteJobsAppointmentSlotType]
}