set_driver_license_check_data.php
Table of Contents
Allows you to activate and deactivate driver's license control for a person
Description
POSTset_driver_license_check_data.php?company=RTI_COMPANYKEY&import=RTI_VEHICLEKEY&id=1234&nfc_tag=123456789A12&check_interval=month&last_check_date=20250625000000
Parameters
| Parameter | Bezeichnung Personalverwaltung | Beschreibung | Typ | Hinweis | Pflicht |
|---|---|---|---|---|---|
| company | RTI company key | string | yes | ||
| import | RTI import key | string | yes | ||
| id | employee number | start date of beeing an employee at this company | string | the employee number must be unique and is used for further access to personnel data | yes |
| nfc_tag | NFC Tag ID | If not set or empty, then the driver's license check will be deactivated for this person | no (1) | ||
| check_interval | driver license check interval | possible values
| yes/no (2) | ||
| last_check_date | last driver license check date | format: YYYYMMDDHHMMSS The date must be after the last driver license check date | no (3) |
notes:
(1) If no NFC tag is transmitted or if it is empty, the driver's license check is deactivated.
(2) If an NFC tag is submitted, specifying a control interval is mandatory. If driver's license check is deactivated (nfc_tag is empty or not transmitted), specifying the control interval is obsolete.
(3) If no date of the last check is set when activating the driver's license check, any existing last check date remains unchanged.
Return
If successful, "DRIVER_LICENSE_CHECK_DATA_SAVED" is returned.
In case of an error, return the string "ERROR:Description".
Example calls
Activation of the driver's license check with specification of a last check date and a check interval "monthly
Deactivating driver's license checks

