This method allows a user to retrieve a credit bureau lease information by a lease number. The method takes a lease number as an input parameter and search for the desired record of the provided lease number from LP database and returns the response as a XML document. If record doesn't found the method returns an error message.
public string retrieveCBLease (java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
leaseNumber - - Lease number to retrieve credit bureau lease record.