/
DE
developer-jutra
/
TMS API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
2026-07-17
12
9
13.3 KB
Create driver
Creates a new driver.
post
/drivers
Request body
DriverCreate
required
first_name
string
last_name
string
email
string
email
phone
string
contract_type
'CONTRACTOR'
|
'FULL_TIME'
status
'ACTIVE'
|
'ON_ROUTE'
|
'RESTING'
|
'OFF_DUTY'
|
'SICK_LEAVE'
Response
Driver created successfully
Driver
required
id
integer
Driver identifier
first_name
string
nullable
last_name
string
nullable
email
string
email
nullable
phone
string
nullable
contract_type
'CONTRACTOR'
|
'FULL_TIME'
nullable
status
'ACTIVE'
|
'ON_ROUTE'
|
'RESTING'
|
'OFF_DUTY'
|
'SICK_LEAVE'
nullable