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)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.