get_custom_form_signature.php
Last modified by YellowFox_RD on 2024/12/19 10:11
Table of Contents
DEPRECATED
Returns a signature picture file (PNG) of a user-defined formular.
Description
get_custom_form_signature.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&signature=MD5
Parameter
| Parameter | Description | Type | Note | Mandatory |
|---|---|---|---|---|
| company | RTI company key | string | yes | |
| vehicle | RTI vehicle key | string | On of vehicle, group or import must be defined! | yes |
| group | RTI group key | string | On of vehicle, group or import must be defined! | yes |
| import | RTI import key (all vehicles) | string | On of vehicle, group or import must be defined! | yes |
| signature | MD5 Hash | string | will be returned at request: get_custom_form_data.php | yes |
Return
A PNG file can be downloaded. In case of error "ERROR:Description" will be returned.
Example Calls
request to get signature picture file
https://map.yellowfox.de/rti/get_custom_form_signature.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&signature=MD5

