Click or drag to resize

ITookan Methods

The ITookan type exposes the following members.

Methods
  NameDescription
Public methodAddAgent
Adds a new agent
Public methodAddTeam
Adds team
Public methodCancelTask
Cancels a task
Public methodCreateDeliveryTask
Creates a delivery task
Public methodCreatePickupTask
Creates a pickup task.
Public methodDeleteAgent
Deletes agent
Public methodDeleteTeam
Deletes team
Public methodEditAgent
Updates the agent Null values ignored.
Public methodGetAgentLocation
Returns agent location
Public methodGetAgentTags
Returns agent tags
Public methodGetAllAgents
This API is used to get all the Agents/drivers/fleets information with respect to a location. The response array contains a status key for each of the fleet, which shows the current status of the fleet - 0 for available, 1 for offline and 2 for busy, taking into account the location, connectivity, ON-Duty/OFF-Duty status and if they are presently working a task.
Public methodGetAllTeams
Returns team details without agent data
Public methodGetJobAndAgentDetails
Get the job and agent details related to a team.
Public methodGetTaskDetail(Int32)
Get the task detail.
Public methodGetTaskDetail(String)
Get the task detail for the specified order.
Public methodGetTeamDetails
Returns team details along with agent data
Public methodUpdateAgentTags
Updates agent tags
Public methodUpdateTeam
Updates team
Public methodViewAllTasks
Returns all tasks
Top
See Also