License
A question of type license can be used to ask the user for a license plate number. Depending on the country, we validate the license plate.
{
"id": 0,
"key": "license_nl",
"label": "License Plate Netherlands",
"type": "license",
"answers": [
{
"id": 0,
"nextQuestionId": 1,
"options": {
"countryCode": "nl"
}
}
]
}
Answer Options
This chapter describes the option possibilities for an answer.
Name | Type | Description | Required | Default |
|---|---|---|---|---|
countryCode | String | The country code of the license plate. This is used to validate the license plate (see examples below). The country code is a two-letter lowercase code, for example At this moment we support the following country codes:
| false | nl |
Examples
Last modified: 04 June 2025


