retrieveSubAsset
LeasePak Documentation Suite NETSOL website
retrieveSubAsset

(mPower icon) retrieveSubAsset

This method allows a user to retrieve sub assets based on input parameters. If a matching record found, the method will return the record details in XML form. The method will return an error message if matching record is not found in database. The request call will retrieve the sub-asset records depending on the following input criteria:

  • The parameter partNumber is optional. Use part number if only associated sub-assets are required. When part number is provided in the input call, then this method will return all sub-asset records associated with that part number.
  • If only asset number is provided then all sub-assets of that asset will be retrieved.
  • If the input call contains the identification number, the asset number will be a mandatory element to return the matching asset record only.


public String retrieveSubAsset(String assetNumber, String partNumber, String identification)

Throws:

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

Where:

      assetNumber - - Asset Number

      partNumber - - Part Number

      identification - - Asset Identification Number

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