You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Sends a "cancel order" to the connected display of requested car and sets the order as deleted/closed.

Requested custom order id will not be quecked for dublicates. In this case the first found order will be canceled.

Description

cancel_order.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=AUF_1234

Parameter

parameterdescriptiontypenotemandatory
companyRTI company keystring 

yes

vehicleRTI car keystring yes
customorderidown order idstringmax 20 charsyes

Return

Return a string. A success message will be "OK". Otherwise it return "ERROR:Description".

Examples

 

cancels order "AUF_1234"
http://map.yellowfox.de/rti/cancel_order.php?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&customorderid=AUF_1234
  • No labels