changeExtension method allows a user to change or update a lease extension record. The input XML elements are same as they are for addExtension.
The lease number <lease>
XML element is the only required element within the <EXTENSION_RECORD>
element of XML. The <daxChecksum>
element is used to handle the concurrency issues. Each element value require update must exist in the input XML. If any element value needs to be cleared via changeExtension
, so that it is blank, such as an extra payment line that should not have been included, than the corresponding elements should have Null value. An empty XML element will not clear the data because the method ignores the blank elements if they were not sent.
If an element is not sent or is blank, the value of that element will remain unchanged. For detailed input XML elements, see
Request Reference Grid.
The web service will pass back informational success and error messages that a lease extension record has been updated with success or error. The messages will return in the form of XML with INFO
and ERROR
elements.
public java.lang.String changeExtension(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.