addExtension
LeasePak Documentation Suite NETSOL website
addExtension

(mPower icon) addExtension

This method allows a user to add a lease extension record. The method takes XML document as an input to add a lease extension record. In response the method will pass back informational and error messages response describing that a lease extension record has been added with success or failure. The messages will return in the form of XML with INFO and ERROR elements.

Note: If the residual element is not provided in the input XML for finance leases with accrual methods AAPR or RAPR, the method will default the lease residual value amount from rls lease table into the automatic lease extension add record for the specified lease number. The method will use the provided residual element value to populate the automatic lease extension record. For operating leases the method will not default the residual value if not provided in the input XML to add lease extension record.



public java.lang.String addExtension(java.lang.String input)

Throws:

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

Where:

      input - - XML document with all values needed to add a lease extension 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