Sample Request Message
LeasePak Documentation Suite NETSOL website
getR0411

(mPower icon) LPReports

getR0411

Sample Request Message without SOAP
The input for this method is a valid lease number. Enter a valid lease number to extract R0411 Cash Receipts Journal XML report.
Sample Request Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:getR0411>
         <!--Optional:-->
         <urn:leaseNumber>1</urn:leaseNumber>
      </urn:getR0411>
   </soapenv:Body>
</soapenv:Envelope>
Sample Request Error Message
Error: Request Message without Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:getR0411>
         <!--Optional:-->
         <urn:leaseNumber> </urn:leaseNumber>
      </urn:getR0411>
   </soapenv:Body>
</soapenv:Envelope>
Error: Request Message with Invalid Lease Number
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports">
   <soapenv:Header/>
   <soapenv:Body>
      <urn:getR0411>
         <!--Optional:-->
         <urn:leaseNumber>a2.0</urn:leaseNumber>
      </urn:getR0411>
   </soapenv:Body>
</soapenv:Envelope>