Updates an existing Traka iFob Returns (Task)
Overview of UpdateTrakaIfobAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the iFob |
| ifobId | The iFob ID to update |
| item | The updated Traka iFob information |
Example in C#
// Returns: nothing
await client.UpdateTrakaIfobAsync(FolderInfo folder, String ifobId, TrakaIfobInfo item);