Wiki source code of do_track_once_group.asp
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 | Single tracking for a vahicle group. | ||
7 | = Description = | ||
8 | //**do_track_once_group.asp?company**=RTI_COMPANYKEY**&group**=RTI_GROUPKEY**&ts**=yyyymmddhhmmsszzzzzzzz | ||
9 | // | ||
10 | = Parameter = | ||
11 | |=parameter|=description|=type|=note|=required | ||
12 | |company|RTIcompany key|string||yes | ||
13 | |group|RTI vehicle group key|string|A vehicle group always corresponds to a vehicle group in the YellowFox-Portal.|yes | ||
14 | |ts|Time stamp|string|Format: YYYYMMDDHHMMSSZZZZ|yes | ||
15 | |||
16 | = Return = | ||
17 | A **string** is returned. On success the answer "**SESSKEY:SESSIONKEY**" is returned. Otherwise a "(% class="error" %)**ERROR:Description**(%%)" is returned. | ||
18 | = Example call = | ||
19 | |||
20 | {{code language="java"}}https://map.yellowfox.de/rti/do_track_once_group.asp?company=RTI_COMPANYKEY&group=RTI_GROUPKEY&ts=20150912143000{{/code}} | ||
21 |