updateSubAsset
LeasePak Documentation Suite NETSOL website
updateSubAsset

(mPower icon) updateSubAsset

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

Note Level 1 The method validates the sub-asset IDs. Users must ensure that the sub asset must not exist in rsq Sub Asset table of database. To ensure unique id's users must set ENSURE UNIQUE ID's ON SUB ASSET RECORD field from U0712 Custom General -> Miscellaneous Customizations option.



public String updateSubAsset (String input)

Throws:

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

Where:

      input - -  XML document with all required parameters and values to update a sub asset 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