UpdateFieldDevice
From
(Difference between revisions)
m (Made generic for Timecard/EService) |
(Requires LoginStatefulFieldDeviceBean parameter (rather than FieldDeviceBean)) |
||
Line 15: | Line 15: | ||
|The admin username and password. | |The admin username and password. | ||
|---- bgcolor=#EDEDFF | |---- bgcolor=#EDEDFF | ||
− | |[[ | + | |[[LoginStatefulFieldDeviceBean]] |
|fieldDevice | |fieldDevice | ||
|The new details to replace the existing record information. | |The new details to replace the existing record information. |
Latest revision as of 22:34, 26 June 2013
Contents |
[edit] Method
UpdateFieldDeviceResult updateFieldDevice(UserIDBean userID, FieldDeviceBean fieldDevice)
[edit] Description
Updates an existing field device record with new data.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
LoginStatefulFieldDeviceBean | fieldDevice | The new details to replace the existing record information. |