onfleet_post_tasks: Manage Tasks

Description Usage Arguments See Also

Description

Manage Tasks

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
onfleet_post_tasks(merchant = NULL, executor = NULL, destination,
  recipients, completeAfter = NULL, completeBefore = NULL,
  pickupTask = NULL, dependencies = NULL, notes = NULL,
  autoAssignMode = NULL, autoAssignTeam = NULL,
  autoAssignMaxAssignedTaskCount = NULL,
  autoAssignConsiderDependencie = NULLs, autoAssignExcludedWorkerIds = NULL,
  containerType = NULL, containerTeam = NULL, containerWorker = NULL,
  quantity = NULL, serviceTime = NULL)

onfleet_get_tasks(from, to = NULL, lastId = NULL, state = NULL,
  worker = NULL, completeBeforeBefore = NULL, completeAfterAfter = NULL)

onfleet_get_task(id)

onfleet_put_task(id, ...)

onfleet_post_complete_task(id, success, notes)

onfleet_delete_task(id)

Arguments

merchant

Organization ID of merchant

executor

Organization ID of executor

destination

ID of destination

recipients

Vector of recipient IDs

completeAfter

Timestamp

completeBefore

Timestamp

pickupTask

Indicate if pickup

dependencies

Vector of tasks this task depends on

notes

Notes

quantity

Number of units dropped off

serviceTime

Time spent at destination

See Also

http://docs.onfleet.com/docs/tasks http://docs.onfleet.com/docs/entities#task


CannaData/onfleetR documentation built on May 26, 2019, 6:41 a.m.