Skip to main content
POST
Update job status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
jobNumber
string
status
enum<string>
Available options:
NEW,
ASSIGNED,
RECEIVED,
IN_PROGRESS,
VISITED,
CANCELLED,
MISSED,
ACCEPTED,
INCOMPLETE,
$UNKNOWN
statusUpdateDateTime
string
statusChangeId
string
driverNotes
string
subStatus
object
actualStart
string
actualEnd
string

Response

200 - application/json

updateJobStatus 200 response

job
object
errors
object[]