The input for this method is a valid lease number. Enter a valid lease number to extract R0405A Daily Transaction Journal XML report.
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports"> <soapenv:Header/> <soapenv:Body> <urn:getR0405A> <!--Optional:--> <urn:leaseNumber>25</urn:leaseNumber> </urn:getR0405A> </soapenv:Body> </soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports"> <soapenv:Header/> <soapenv:Body> <urn:getR0405A> <!--Optional:--> <urn:leaseNumber></urn:leaseNumber> </urn:getR0405A> </soapenv:Body> </soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPReports"> <soapenv:Header/> <soapenv:Body> <urn:getR0405A> <!--Optional:--> <urn:leaseNumber>2.5</urn:leaseNumber> </urn:getR0405A> </soapenv:Body> </soapenv:Envelope>