<!-- Intent: List all available hotlines and their configurations.

	GET to the following url
	http://api.v4.swiftreach.com/api/Hotlines/List
	-->

<!-- No XML input is required -->

<!-- example return value -->
<ArrayOfHotLineProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns="http://schemas.datacontract.org/2004/07/SwiftReach.Swift911.Core.Hotline">
<HotLineProfile>
<BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Sunday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Monday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Tuesday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Wednesday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Thursday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Friday</WeekDay>
</BusinessHours>
<BusinessHours>
<BeginTime></BeginTime>
<EndTime></EndTime>
<HoursType>Always_Open</HoursType>
<WeekDay>Saturday</WeekDay>
</BusinessHours>
</BusinessHours>
<ClosedSettings i:type="Hotline_Voice">
<ConfigType>Voice</ConfigType>
<VoiceCode>659377</VoiceCode>
<VoiceType>user_defined_voice_message</VoiceType>
</ClosedSettings>
<HolidayHours i:nil="true" />
<OpenSettings i:type="Hotline_Voice">
<ConfigType>Voice</ConfigType>
<VoiceCode>659377</VoiceCode>
<VoiceType>user_defined_voice_message</VoiceType>
</OpenSettings>
<_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
<_x003C_ChangeStamp_x003E_k__BackingField>3/20/2013 3:25:52 PM</_x003C_ChangeStamp_x003E_k__BackingField>
<_x003C_ChangedByUser_x003E_k__BackingField>sample</_x003C_ChangedByUser_x003E_k__BackingField>
<_x003C_Code_x003E_k__BackingField>100037</_x003C_Code_x003E_k__BackingField>
<_x003C_CreateStamp_x003E_k__BackingField>3/11/2013 9:31:00 AM</_x003C_CreateStamp_x003E_k__BackingField>
<_x003C_CreatedByUser_x003E_k__BackingField>sample</_x003C_CreatedByUser_x003E_k__BackingField>
<_x003C_CustomerCode_x003E_k__BackingField>200201</_x003C_CustomerCode_x003E_k__BackingField>
<_x003C_JobCode_x003E_k__BackingField>0</_x003C_JobCode_x003E_k__BackingField>
<_x003C_Name_x003E_k__BackingField>V4 Nick</_x003C_Name_x003E_k__BackingField>
<_x003C_PhoneNumber_x003E_k__BackingField>8668020837</_x003C_PhoneNumber_x003E_k__BackingField>
</HotLineProfile>
</ArrayOfHotLineProfile>