Ceates an order draft Description order_create_draft.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&customorderid=NR123XYZ&ordertext=Auftragstext ParameterParameter | Description | Type | Note | Mandatory |
---|
company | RTI company key | string |
| yes | import | RTI import 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 | yes | lat | Latitude of navigation target | float | -90 to +90 in WGS84 format | no | lon | Longitude of navigation target | float | -180 to +180 in WGS84 format | no | 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 | customername1 | Customer Name 1 | string | max. 100 chars (will be displayed only on Fleet V3) | no | customername2 | Customer Name 2 | string | max. 100 chars (will be displayed only on Fleet V3) | 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 |
ReturnA string string will be returned. If the request was successful "OK". If the request failed "ERROR:Description". ExamplesExample calls Code Block |
---|
| https://map.yellowfox.de/rti/order_create_draft.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&customorderid=NR1234&ordertext=Auftragstext |
Code Block |
---|
title | Example with navigation target and target time |
---|
| https://map.yellowfox.de/rti/order_create_draft.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&customorderid=NR1234&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&target_time=201411310800 |
Code Block |
---|
title | Example with navigation target + sort number |
---|
| https://map.yellowfox.de/rti/order_create_draft.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY&customorderid=NR1234&ordertext=Auftragstext&lat=51.0374&lon=13.587813&street=Hauptstr&hnr=3&zipcode=01723&city=Kesselsdorf&country=D&sortnumber=1 |
|