UpdateFieldDevice
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Updates an existing field device record | + | 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 | + | |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. |