getRemainingBalance
LeasePak Documentation Suite NETSOL website
getRemainingBalance

(mPower icon) getRemainingBalance

The method getRemainingBalance calls CP_LSE_REM_BAL LeasePak stroed-procedure from LeasePak database. The stored-procedure accepts following four input parameters:

  • Lease Number
  • Loyalty Status
  • Excess Wear Usage
  • Estimated Miles

Note Level 2 The stored-procedure CP_LSE_REM_BAL is not supported for sybase users.

The method will first validate the input parameters and calculates the remaining balance by calling a customizable stored-procedure CP_LSE_REM_BAL. Leases with an activity statuses of NP* or NC* will not be processed.

public String getRemainingBalance(String leaseNumber, String loyal, double estimatedMiles, double estimatedWearUsage)

Throws:

     java.rmi.RemoteException

Where:

      leaseNumber - - Lease number.

      loyal - - Customer loyalty status Yes or No.

      estimatedMiles - - Estimated vehicle mileage.

      estimatedWearUsage - - Estimated excess wear and usage.

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