Skip to content
On this page

A task is a customer order or a single activity.

Field NameDescriptionType
task_ida unique identifier for a task. This is generated internally by apomapString
task_job_nothe id created when a POS Scanner is initiatedString
task_typethe type of a task. It can either be a "Pickup" or "Delivery"String
task_datethe delivery date of a taskString
task_noteany additional information concerning a taskString
task_open_amountthe amount of money left to be paid by a customer for a deliveryFloat
task_originthe pharmacy from which the task was initiatedString
task_ownera unique id to identify a pharmacy ownerString
task_statusthe status of a task can either be assigned, unassigned, prepared, ontheway, successfull or declinedString
task_planed_deliverythe planned delivery date of a task with type "Delivery"String
task_planed_pickupthe planned pickup date of a task with type "Pickup"String
task_tagsan array of extra information that could be attached to a task for further description or for filtering tasksArray of strings: [String]