Users can delete existing guarantor record by using this method. The provided guarantor number record will be deleted from all relevant database tables. Users will need to provide a guarantor 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
, RGR
will be updated to delete relevant record field's. The function of this method is similar to as U0217 Guarantor interactive works today for guarantor delete operation.
public String delete (String guarantorNumber, String clientRelChecksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
guarantorNumber - - Guarantor number to delete a guarantor record.
clientRelChecksum - - clientRelChecksum
value of an existing guarantorNumber to delete a guarantor record. clientRelChecksum
value could be found in a subsequence retrieve call in clientRelChecksum
element.