LPSuspendedEarnings
retrieveStatus
Sample Request Message
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSuspendedEarnings">
<soapenv:Header/>
<soapenv:Body>
<urn:retrieveStatus>
<!--Optional:-->
<urn:lease>5</urn:lease>
</urn:retrieveStatus>
</soapenv:Body>
</soapenv:Envelope>
Sample Error Request Message
When Lease record does not exist:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSuspendedEarnings">
<soapenv:Header/>
<soapenv:Body>
<urn:retrieveStatus>
<!--Optional:-->
<urn:lease>56</urn:lease>
</urn:retrieveStatus>
</soapenv:Body>
</soapenv:Envelope>
Request message with no input:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPSuspendedEarnings">
<soapenv:Header/>
<soapenv:Body>
<urn:retrieveStatus>
<!--Optional:-->
<urn:lease></urn:lease><>
</urn:retrieveStatus>
</soapenv:Body>
</soapenv:Envelope>