UpdateFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
m (Made generic for Timecard/EService)
Line 3: Line 3:
  
 
== Description ==
 
== Description ==
Updates an existing field device record on EService with new data.
+
Updates an existing field device record with new data.
  
 
== Parameters ==
 
== Parameters ==
Line 17: Line 17:
 
|[[FieldDeviceBean]]
 
|[[FieldDeviceBean]]
 
|fieldDevice
 
|fieldDevice
|The new details to replace the existing record information on EService.
+
|The new details to replace the existing record information.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
 
[[UpdateFieldDeviceResult]]
 
[[UpdateFieldDeviceResult]]

Revision as of 21:08, 9 November 2005

Contents

Method

UpdateFieldDeviceResult updateFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)

Description

Updates an existing field device record 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.

Return Value

UpdateFieldDeviceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux