UpdateTrakaIfobStatusAsync

Updates the status of a Traka iFob Returns (True if the status was updated, false if the status was unchanged)

Overview of UpdateTrakaIfobStatusAsync goes here.

Name Description
ifob The iFob to update
status The new status to set

Update Traka Ifob Status Async

Example in C#

// Returns: Boolean
var item = await client.UpdateTrakaIfobStatusAsync(TrakaIfobInfo ifob, TrakaIfobStatus status);