<SessionRequest Version="string" SessionID="{20D6D532-D0E2-4B38-98AA-F240EB21DC68}"
RequestID="string">
<TimeSlotDefaultsQuery
Filter="string" Max="string" OrderBy="string"
StyleNo="string" StyleOptions="string">
<GroupNames>string</GroupNames>
</TimeSlotDefaultsQuery>
</SessionRequest>
·
GroupNames – A comma separated list of group names to return
defaults for. Use ALL or leave blank to return every group.
<?xml
version="1.0"?>
<TimeSlotDefaultsQueryResponse Successful="true" ResultCode="000" ResultText="Successful"
Version="1.9.900.1" RequestID="string">
<TimeSlotDefaultsQueryData
ReturnedRows="1" FilteredRows="1"
TotalRows="1">
<TimeSlotDefaultsQueryRecord>
<GroupName>string</GroupName>
<DayText>string</DayText>
<SlotName>string</SlotName>
<MaxAppts>integer</MaxAppts>
<AllowOverbooking>boolean</AllowOverbooking>
<BeginTime>time</BeginTime>
<EndTime>time</EndTime>
</TimeSlotDefaultsQueryRecord>
</TimeSlotDefaultsQueryResponse>
·
GroupName – The group name for the time slot
·
DayText – The day of the week
·
SlotName – The
name of the time slot
·
MaxAppts –
The maximum capacity for the time slot
·
AllowOverbooking –
True if the time slot can be over booked
·
BeginTime –
The starting time for the time slot
·
EndTime -
The ending time for the time slot