The delete method is used to delete any existing customer record with the given Customer number and its checksum value as input. The method response in XML format with successful or failure message. On deletion of a record, the method will delete all the RCX
/DCX
, RCU
/DCU
, RUD
/DUD
and RUE
/DUE
records related to the provided customer number same as deletion of customer record works today in interactive U0205 Customer.
public String delete (String customerNumber, String checksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
customerNumber - - Customer number to delete a customer record.
checksum - - checksum number of an existing customer record to delete a customer record. Checksum value could be found in a subsequence retrieve call in clientRelChecksum
element