Driver
Create new driver data
POST/drivers/
Get all driver data
GET/drivers/
Get driver data by country code and vat number
GET/drivers/{countryCode}/{vat}/
Update driver data by country code and vat number
PUT/drivers/{countryCode}/{vat}/
Delete specific driver data
DELETE/drivers/{countryCode}/{vat}/
Get details about the driver's license by country code and vat number
GET/drivers/{countryCode}/{vat}/licenses/
Get details about the driver's traffic violations by country code and vat number
GET/drivers/{countryCode}/{vat}/traffic-violations/
Get specific driver's traffic violation data by country code, vat number and traffic violation id
GET/drivers/{countryCode}/{vat}/traffic-violations/{trafficViolationId}/
Get details about the driver's tachograph cards data by country code and vat number
GET/drivers/{countryCode}/{vat}/tachograph-cards/
Get specific driver's tachograph card data by country code, vat number and tachograph card id
GET/drivers/{countryCode}/{vat}/tachograph-cards/{tachographCardId}/