Wiki source code of get_custom_form_signature.php
Last modified by YellowFox_RD on 2024/12/19 10:11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box" %) | ||
2 | (((Table of Contents))) | ||
3 | {{toc/}} | ||
4 | |||
5 | (% class="red mark" %)DEPRECATED(%%) | ||
6 | Returns a signature picture file (PNG) of a user-defined formular. | ||
7 | = Description = | ||
8 | **get_custom_form_signature.php?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE////_RTIKEY//**&signature**=//MD5 | ||
9 | // | ||
10 | = Parameter = | ||
11 | |||
12 | |=Parameter|=Description|=Type|=Note|=Mandatory | ||
13 | |company|RTI company key|string||yes | ||
14 | |vehicle|RTI vehicle key|string|On of vehicle, group or import must be defined!|yes | ||
15 | |group|RTI group key|string|On of vehicle, group or import must be defined!|yes | ||
16 | |import|RTI import key (all vehicles)|string|On of vehicle, group or import must be defined!|yes | ||
17 | |signature|MD5 Hash|string|will be returned at request:** get_custom_form_data.php**|yes | ||
18 | |||
19 | = Return = | ||
20 | A PNG file can be downloaded. In case of error "(% class="error" %)**ERROR:Description**(%%)" will be returned. | ||
21 | = Example Calls = | ||
22 | **request to get signature picture file** | ||
23 | {{code language="java"}}https://map.yellowfox.de/rti/get_custom_form_signature.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&signature=MD5{{/code}} | ||
24 |