CustomerDataUgDrivingLicense
documentNumberstring
The licence number. Format: 12513792
personalNumberstring
The ID number (National Identification Number). Format: CF90030104MT5D
birthDatedate-time
The date of birth of the licence holder.
sexstring
The sex of the licence holder (e.g., F or M).
Possible values: [F, M]
issueDatedate-time
The start date of the validity period.
expirationDatedate-time
The end date of the validity period.
firstIssueDatedate-time
The date of first issue of the licence.
codestring
The vehicle category code (e.g., B for standard motor vehicle).
CustomerDataUgDrivingLicense
{
"documentNumber": "string",
"personalNumber": "string",
"birthDate": "2024-07-29T15:51:28.071Z",
"sex": "F",
"issueDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"firstIssueDate": "2024-07-29T15:51:28.071Z",
"code": "string"
}