# COD\_DL (DRC Driving Licence)

| **Front**             |                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------- |
| faceImage             | Base64 encoded face image of the user. The format is the same as per the image uploaded, e.g. png or jpg |
| firstName             | First name                                                                                               |
| lastName              | Last name                                                                                                |
| dateOfBirth           | Date of birth (dd/MM/yyyy)                                                                               |
| dateOfBirthFormatted  | ISO-8601 format yyyy-MM-dd                                                                               |
| issueDate             | Issue date (dd/MM/yyyy)                                                                                  |
| issueDateFormatted    | ISO-8601 format yyyy-MM-dd                                                                               |
| dateOfExpiry          | Expiry date (dd/MM/yyyy)                                                                                 |
| dateOfExpiryFormatted | ISO-8601 format yyyy-MM-dd                                                                               |
| placeOfBirth          | Place of birth                                                                                           |
| documentNumber        | Document number                                                                                          |
| personalNumber        | Personal number                                                                                          |
| address               | Address                                                                                                  |
| nationality           | Nationality                                                                                              |
| class                 | Class                                                                                                    |
| registrationNumber    | Registration number                                                                                      |
| registrationCode      | Registration code                                                                                        |
| **Back**              |                                                                                                          |
| placeOfIssue          | Place of issue                                                                                           |
