/
DE
developer-jutra
/
TMS API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 30m ago · Updated 1mo ago
Details
Filter operations
get
Server uptime
get
Health check
get
List all vehicles
post
Create vehicle
get
Get vehicle by ID
put
Update vehicle
delete
Delete vehicle
get
List all drivers
post
Create driver
get
Get driver by ID
get
List transportation orders
get
List notifications
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
Changes