<?xml version="1.0" encoding="UTF-8"?>
<WYSE xmlns="http://xmlgw.cocredo.com/schemas" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xsi:schemaLocation="http://xmlgw.cocredo.com/schemas http://xmlgw.cocredo.com/schemas/envelopeV1.xsd">
	<EnvelopeVersion>1.0</EnvelopeVersion>
	<Header>
		<MessageDetails>
			<Class>monitorNotices</Class>
			<Qualifier>request</Qualifier>
			<TransactionID>[YourTransactionNumber]</TransactionID>
		</MessageDetails>
		<SenderDetails>
			<SenderCompany>[YourCompany]</SenderCompany>
			<SenderID>[YourSenderID]</SenderID>
			<Method>SHA-512</Method>
			<Authentication>[YourAuthString]</Authentication>
			<EmailAddress>technical@cocredo.com</EmailAddress>
		</SenderDetails>
	</Header>
	<Body>
		<monitorNotices xmlns="http://xmlgw.cocredo.com/v1-0/docs/schemas" 
					xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
					xsi:schemaLocation="http://xmlgw.cocredo.com/v1-0/docs/schemas http://xmlgw.cocredo.com/v1-0/docs/schemas/monitorNotices.xsd">
     		<companyID>123456789</companyID>
     		<periodStartTime>2015-02-01T00:00:00</periodStartTime>
			<periodEndTime>2015-02-01T12:00:00</periodEndTime>
   		</monitorNotices>
 	</Body>
</WYSE>