Skip to main content
PATCH
Update a DriverDay

Authorizations

Authorization
string
header
required

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

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

id
string
required

DriverDay ID

Body

application/json
shift_adjustment_minutes
integer
shift_adjustment_type
enum<string> | null
Available options:
break,
breakdown,
lunch,
wait_time
Example:

"break"

external_id
string | null
adjusted_started_shift_at
string<date-time> | null
adjusted_ended_shift_at
string<date-time> | null

Response

OK

data
DriverDay-Read · object
required

NOTE:

  • total_delivered_quantities is now deprecated. Use delivered_quantities instead.