'get_quota_close_time' Response Example

<?xml version="1.0" encoding="UTF-8"?> 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:toa:capacity"> 
	<SOAP-ENV:Body> 
		<ns1:get_quota_close_time_response> 
			<close_schedule> 
				<bucket_id>routing</bucket_id> 
				<day_offset>1</day_offset> 
				<time_slot>08-10</time_slot> 
				<category>UP</category> 
				<work_zone>HEATHROW</work_zone> 
				<close_time>12:00:00</close_time> 
			</close_schedule> 
			<close_schedule> 
				<bucket_id>routing</bucket_id> 
				<day_offset>2</day_offset> 
				<time_slot>08-10</time_slot> 
				<category>IN</category> 
				<work_zone>SANFORD</work_zone> 
				<close_time>13:00:00</close_time> 
			</close_schedule> 
		</ns1:get_quota_close_time_response> 
	</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>