getPaymentSchedule
LeasePak Documentation Suite NETSOL website
getPaymentSchedule

(mPower icon) getPaymentSchedule

The method getPaymentSchedule extracts F5 Lease Summary → lease payment schedule for a particular lease number. The method takes a lease number as an input and runs the stored-procedure to generate the lease payment schedule in the form of XML record for a particular lease number. Only one lease payment schedule record can be extracted at a time. This method will first checks that the lease number is a valid lease number and exists in LP database or not. For the valid lease number or existing lease number the method will process & generate the resulting XML data by running the mp_rlsp_info stored-procedure. It also keeps on checking the input parameters that is blank or contains a valid input parameter (a lease number) to process and generate XML output. The response can be different if the stored-procedure, mp_rlsp_info, is modified by the client to adjust the F5 Lease Summary → payment schedule XML record. For more details, see F5 Lease Summary.

public java.lang.String getPaymentSchedule(java.lang.String leaseNumber)

Throws:

     java.rmi.RemoteException

Where:

      leaseNumber - - A valid lease number to extract F5 Lease Summary → Payment Schedule for a particular lease.

Table of Contents

Reference Grid
Request Reference Grid
Response Reference Grid

Schema (DTD)
Request DTD
Response DTD

Sample Messages
Sample Request Message
Sample Response Message