DEPRECATED
Ceates a order and sends it to the vehicle.
Description
do_order.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=NR123XYZ&ordertext=Auftragstext&lat=51.0374&lon=13.587813
Parameter
Parameter | Description | Type | Note | Mandatory |
---|---|---|---|---|
company | RTI company key | string | yes | |
customorderid | own order number | string | max. 20 chars (will not be checked for duplicates) | yes |
ordertext | order text | string | max. 500 chars (CE Display, Tablet) max. 200 chars (all other displays) | yes |
vehicle | RTI vehicle key | string | yes | |
lat | Latitude of navigation target | float | -90 to +90 in WGS84 format | yes for Garmin displays |
lon | Longitude of navigation target | float | -180 to +180 in WGS84 format | yes for Garmin displays |
street | street name of navigation target | string | max. 100 chars | no |
hnr | house number of navigation target | string | max. 10 chars | no |
zipcode | zipcode of navigation target | string | max. 10 chars | no |
city | city of navigation target | string | max. 100 chars | no |
country | country code of navigation target | string | max. 3 chars | no |
target_time | target arrival time | datestring | Format: YYYYMMDDHHMM reduces maximum char count of order text down by 15 chars | no |
sortnumber | sort number | int | Will be written in front of the order text in brackets. Reduces the max char count of order text. | no |
formname | name of customer formular which will be opened after conclusion of the order | string | max. 20 chars (available for CE Displays at Version 1.1.67 and Tablets) Attention Form must be configured! | no |
textlayout | layout of order text at display | int |
Attention sort number, order text and target time must be given if these values should be transmitted | no |
Return
A string string will be returned. If the request was successful "OK". If the request failed "ERROR:Description".
Examples
https://map.yellowfox.de/rti/do_order.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=NR1234&ordertext=Auftragstext
https://map.yellowfox.de/rti/do_order.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=NR1234&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&target_time=201411310800
https://map.yellowfox.de/rti/do_order.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=NR1234&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&sortnumber=1&formname=Abholung&textlayout=2