updateSchedule
LeasePak Documentation Suite NETSOL website
updateSchedule

(mPower icon) updateSchedule

Users can update lease or an application automatic payment interval schedule record by using this method same as U0234 Automatic Payment Interval Schedule LeasePak interactive update works today. The method will use an xml to update the required values and responses success or failure that the record has been updated successfully or not. The element checksum will be used to handle concurrency issues.

Note Level 1 Note: If any or the row record needs to be deleted from RJPS records then users must set (NULL) and 0.0 as dueDate[1:360] and amount[1:360] respectively for that row. For example if row#10 needs to be deleted then the following parameters could be used:

<dueDate_10>(NULL)</dueDate_10>
<amount_10>0.0</amount_10>



public.String updateSchedule(String input)

Throws:

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

Where:

      input - - XML document with parameters to update automatic payment interval schedule record.

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