This method is used to delete an existing investor record with provided investor number and its client checksum value as input parameters. The method responds in XML format with success or failure message. On deletion of a record, the method deletes the relevant investor number record same as deletion of investor record works today in LeasePak interactive U0216 Investor update.
public String delete (String investorNumber, String clientRelChecksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
investorNumber - - Investor number to delete a investor record.
clientRelChecksum - - Client checksum number of an existing investor record to delete a investor record. Checksum value could be found from a subsequence retrieve call in clientRelChecksum
element.