Concatenated Jobs

Attributes

NameTypeRequiredDescription
external_idstring❌ NoExternal ID of the job. Example: "111111"
deliver_afterstring❌ NoThe earliest time the delivery should start (ISO-8601). Example: "2020-02-06T09:00:00Z"
deliver_beforestring❌ NoThe latest time the delivery should be completed (ISO-8601). Example: "2020-02-06T11:00:00Z"
delivery_intervalDeliveryInterval❌ NoJob delivery interval
managerManager❌ NoManager details
customerCustomer✅ YesCustomer details
deliver_addressLocation✅ YesDelivery location details
deliver_address_2string❌ NoAdditional delivery details. Example: "2nd floor, apartment 12"
confirmation_signaturestring❌ NoPath to confirmation signature. Example: "\path\to\confirmation\signature"
titlestring❌ NoJob title. Example: "PO1298371"
title_2string❌ NoAdditional title field. Example: "TD12345"
title_3string❌ NoAdditional title field.
commentstring❌ NoAny string. Example: "Order #3"
started_atstring❌ NoTime when driver began to perform job (ISO-8601). Example: "2020-02-06T09:30:00Z"
picked_up_atstring❌ NoTime when the order was picked up (ISO-8601). Example: "2020-02-06T09:30:00Z"
statusstring✅ YesJob's current status. Default: "not_assigned". Example: "in_progress"
order_idnumber❌ NoOrder ID in the system. Example: 123234
starting_pointLocation❌ NoPoint where the driver began to perform the job
confirmation_commentstring❌ NoComment provided by the driver at delivery
updated_atstring❌ NoTime when job status changed (ISO-8601). Example: "2020-02-06T09:30:00Z"
created_atstring❌ NoTime when job was created (ISO-8601). Example: "2020-01-06T09:20:00Z"
ratingnumber❌ NoRating from 1 to 10 given by the customer. Example: 10
customer_commentstring❌ NoCustomer's feedback. Example: "Very good!!"
pending_commentstring❌ NoExample: "2nd floor"
customer_review_opt_inboolean❌ NoIndicates whether the customer opted in for review. Default: false
deadline_passedboolean❌ Nofalse if job's deadline passed, else true
drivernumber❌ NoDriver's member ID, null by default. Example: 345322
merchantnumber❌ NoMerchant ID. Example: 1
descriptionstring❌ NoJob description. Example: "**Formatted job description**"
error_codeErrorCode❌ NoError code for a failed job
error_commentstring❌ NoAdditional comment for failed job. Example: "Error comment"
completion_codeCompletionCode❌ NoCompletion code for the job: success or error
completion_codesarray[CompletionCode]❌ NoList of completion codes for job success or failure
completion_commentstring❌ NoCompletion comment. Example: "Completion comment"
customer_tracking_urlstring❌ NoExample: "<http://account.radaro.com.au/#/order/NTc0NQ/32fe9c08-105e-4128-b2a2-9cecb0859fb4>"
is_confirmed_by_customerboolean❌ NoIndicates whether the customer confirmed the order. Default: false
order_confirmation_photosarray[object]❌ NoList of confirmation photos with image URLs
order_confirmation_documentsarray[object]❌ NoList of confirmation documents including ID, name, and tags
pre_inspection_commentstring❌ NoDriver's comment before delivery
pre_inspection_signaturestring❌ NoPath to pre-inspection signature
pre_inspection_photosarray[object]❌ NoList of pre-inspection photos with image URLs
driver_checklistDriverChecklist❌ NoChecklist completion results
pre_confirmation_photosarray[object]❌ NoList of pre-confirmation photos with image URLs
pre_confirmation_signaturestring❌ NoPath to pre-confirmation signature
pre_confirmation_commentstring❌ NoDriver's comment before delivery
skill_setsarray[number]❌ NoArray of skill set IDs. Example: [1, 3]
barcodesarray[Barcode]❌ NoList of job barcodes
wayback_pointLocation❌ NoLocation where the driver started the return trip
wayback_hubHub❌ NoHub where the driver started the return trip
completed_atstring❌ NoCompletion timestamp (ISO-8601). Example: "2020-02-06T09:30:00Z"
pick_up_confirmation_photosarray[object]❌ NoList of pickup confirmation photos
pick_up_confirmation_signaturestring❌ NoPath to pickup confirmation signature
pick_up_confirmation_commentstring❌ NoComment left by the driver upon order pickup
public_report_linkstring❌ NoPublic report link. Example: "<https://example.com/>"
optimisation_idnumber❌ NoOptimisation ID. Example: 3456
enable_rating_reminderboolean❌ NoIf true, sends a rating reminder
custom_redirect_urlstring❌ NoCustom redirect URL. Example: "<https://example.com/>"
ordersarray[object]❌ NoList of order objects containing order_id and external_id

Parameters

NameTypeRequiredDescription
api_keystring✅ YesMerchant's API key. Example: "123"