Users can delete any existing lessee record by using this method. The provided lessee number record will be deleted from all relevant database tables. Users will need to provide a lessee number and its clientRelChecksum
value as an input. The method returns response in XML format with successful or failure message. On deletion of a record the relevant database fields and tables RCX
, RAL
, RRF
, RUM
and RUN
will be updated to delete relevant record field's.
The function of this method is similar to as U0203 Lessee interactive works today for lessee delete operation.
public String delete (String lesseeNumber, String clientRelChecksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
lesseeNumber - - Lessee number to delete a lessee record.
clientRelChecksum - - checksum value of an existing respective lesseeNumber to delete a lessee record. clientRelChecksum
value could be found in a subsequence retrieve call in clientRelChecksum
element.