This method allows a user to delete a lease extension record. The method deletes a lease extension record by a lease number. Once processing of the method complete it will pass back informational success and error messages describing that a lease extension record has been deleted successfully. The messages will return in the form of an XML with INFO
and ERROR
elements.
public java.lang.String deleteExtension(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 delete a lease extension record.