CustomerDataRoIdCard
documentNumberAB123456
The document number. Format should be: AB123456
nationalitystring
Nationality of the document holder.
birthDatedate-time
The birth date of the document holder
sexstring
The sex of the id card holder
issueDatedate-time
The issue date of the document.
expirationDatedate-time
The expiration date of the document.
cnpstring
The personal identification number (CNP). Format should be: 0123456789012
birthplacestring
The birthplace
addressstring
The birthplace
CustomerDataRoIdCard
{
"documentNumber": "string",
"nationality": "string",
"birthDate": "2024-07-29T15:51:28.071Z",
"sex": "string",
"issueDate": "2024-07-29T15:51:28.071Z",
"expirationDate": "2024-07-29T15:51:28.071Z",
"cnp": "string",
"birthplace": "string",
"address": "string"
}