updateCBLease
LeasePak Documentation Suite NETSOL website
updateCBLease

(mPower icon) updateCBLease

User's can update a credit bureau lease field values by using updateCBLease method. The method allows a user to update or modify the required fields of a specific lease number for credit bureau reporting. The method takes XML document with the values to be updated in the parameters of the xml for a specific lease field values and returns the response as a XML document. For invalid update the method will return an error message with ERROR parameter.

Notes: The checksum will be used to handle concurrency issues. Every value you want to change must also be sent. If a value needs to be cleared so that it is blank, such as Metro 2 Code, then send the corresponding elements with '(NULL)' as the value. Sending an empty element will not clear the data because blank elements are ignored as if they were not sent. If an element is not sent or is blank, the value of that element will remain unchanged.



public String updateCBLease(String input)

Throws:

    java.rmi.RemoteException - Exceptions that may occur during the execution of a remote method call.

Where:

      input - - An XML document with all values required to update credit bureau lease.

Table of Contents

Reference Grid
Request Reference Grid
Response Reference Grid

Schema (DTD)
Request DTD
Response DTD

Schema (XSD)
Request XSD
Response XSD

Sample Messages
Sample Request Message
Sample Response Message