UpdateFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
m
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[UpdateFieldDeviceResult]] updateFieldDevice([[UserIDBean]] userID, [[FieldDeviceBean]] fieldDevice)
  
 
== Description ==
 
== Description ==
Description
+
Updates an existing field device record on EService with new data.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|[[FieldDeviceBean]]
|Name
+
|fieldDevice
|Description.
+
|The new details to replace the existing record information on EService.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[UpdateFieldDeviceResult]]

Revision as of 23:51, 9 June 2005

Contents

Method

UpdateFieldDeviceResult updateFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)

Description

Updates an existing field device record on EService with new data.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
FieldDeviceBean fieldDevice The new details to replace the existing record information on EService.

Return Value

UpdateFieldDeviceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux