Skip to main content
PUT
Approve a DriverDay as a Company

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

company-id
string<uuid>
required

Company ID

driver-day-id
string<uuid>
required

DriverDay ID

Body

application/json
external_approver_name
string | null
approval_type
enum<string> | null
Available options:
driver,
foreman,
biller,
company_admin

Response

OK

data
DriverDay-Read · object
required

NOTE:

  • total_delivered_quantities is now deprecated. Use delivered_quantities instead.