SystemCheckV1

Example request

This is an example of a SystemCheckV1 request.


<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://www.aiasoftware.com/cloud/v1">
	<soapenv:Header/>
	<soapenv:Body>
			<v1:SystemCheckV1Request>
			<v1:partner>CCM</v1:partner>
			<v1:customer>Local</v1:customer>
			<v1:contracttypename>CCMInteractive</v1:contracttypename>
			<v1:contracttypeversion>V1</v1:contracttypeversion>
			<v1:jobid>CheckSystem</v1:jobid>
			<v1:text>Check 1, 2, 3. Check!</v1:text>
		</v1:SystemCheckV1Request>
	</soapenv:Body>
</soapenv:Envelope>


Example response

This is an example of a SystemCheckV1 response.


<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <tns:SystemCheckV1Response xmlns:tns="http://www.aiasoftware.com/cloud/v1">
         <tns:requestinfo>
            <tns:partner>CCM</tns:partner>
            <tns:customer>Local</tns:customer>
            <tns:contracttypename>CCMInteractive</tns:contracttypename>
            <tns:contracttypeversion>V1</tns:contracttypeversion>
            <tns:jobid>CheckSystem</tns:jobid>
         </tns:requestinfo>
         <tns:response>885</tns:response>
         <tns:document>VGhlIHJlc3VsdCBkb2N1bWVudC4=</tns:document>
      </tns:SystemCheckV1Response>
   </soap:Body>
</soap:Envelope>