updateStatus
This method updates the status of a lease to suspended or un-suspended. The method update is used for the following purposes:
- It allows a user to change the status of a suspended lease to another suspended earnings status or to an active status (i.e., take the lease off earnings suspension).
- It also allow a user to change a status of a non-accrual lease to another non-accrual status or to an active status.
- A suspended lease cannot be placed directly in non-accrual status or can a non-accrual lease be changed to suspended status.
public String updateStatus (String lease, String dlsChecksum, String newActivityStatus, String newActivitySubstatus, String effectiveDate)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
Lease - - Lease number
dlsChecksum - - DLS checksum string
newActivityStatus - - New activity status
newActivitySubstatus - - New activity substatus
effectiveDate - - Required for Activity Status change
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