> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaydb/okaydb-all/supported-countries/malaysia/information-checks/sample-input.md).

# Sample Input

### Input Example Version 3

{% code title="mykad" %}

```
{
    "apiKey": "apikey",
    "icNumber": "900119080123",
    "docType": "mykad",
    "vehicleRegNum": "",
    "name":"",
    "dataEnabled": true
}
```

{% endcode %}

{% code title="myLicense" %}

```
{
    "apiKey": "apikey",
    "icNumber": "900119080123",
    "docType": "myLicense",
    "vehicleRegNum": "",
    "name":"",
    "dataEnabled": true
}
```

{% endcode %}

{% code title="myVehicleLicense" %}

```
{
    "apiKey": "apikey",
    "icNumber":"691104012345",
    "docType":"myVehicleLicense",
    "vehicleRegNum": "asd3345",
    "name":"",
    "dataEnabled":true
}
```

{% endcode %}

## Input Example Version 2

{% code title="mykad" %}

```
{
    "apiKey": "apikey",
    "icNumber": "900119080123",
    "name": "Tan Juan",
    "docType": "mykad",
    "dataEnabled": true
}
```

{% endcode %}

{% code title="myLicense" %}

```
{
    "apiKey": "apikey",
    "icNumber": "900119080123",
    "name": "Tan Juan",
    "docType": "myLicense",
    "dataEnabled": true
}
```

{% endcode %}

## Input Example Version 1

{% code title="mykad" %}

```
{
    "apiKey": "apikey",
    "icNumber": "900119080123",
    "name": "Tan Juan"
}
```

{% endcode %}
