This method allows a user to update the asset address only. The method takes an XML as an input and update the address of the asset as provided in that XML and returns the successful or error response in XML informational messages in case of successfully updating the address and error in case of failure. Lease assigned assets address can only be updated by this method.
Note: For Vertex-O users Only: The locationState, locationcounty, and locationCity input elements are not applicable for vertex-O leases.
Information note: Note:For Vertex-L Users Only: The field elements city, county, state, locationState, locationCounty, and locationCity are not required. The following conditions apply if user wants to update the asset address fields:
1) If city, county, and state names are provided and geocodes are not available than the method will search on the basis of city, county, and state names;
2) If locationCity, locationCounty, and locationState codes are provided than the method will search on the basis of those codes for city, county, and state name to update asset address;
3) If both city, county, state names and locationCity, locationCounty, and locationState geocodes are provided than the method checks that these codes and names should match with each other to update asset address record. If provided location codes and names does not match with each other than the method will return an exception as an error message.public java.lang.String updateAssetAddress(java.lang.String input)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.