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