This function allows you to assign or remove server-based vehicles.
Description
GET /address_management/set_area_vehicle.php?company=RTI_COMPANYKEY&mode=assign&category=passive&uuid=ABC-123-DEF&vehicle=VEHICLE_KEY
Parameter
Parameter | Description | Type | Note | Mandatory |
---|---|---|---|---|
company | RTI Company key | string | yes | |
mode | Distinguishing between the different actions | string | Possible values:
| yes |
vehicle | RTI Vehicle key | string | yes | |
uuid | To clearly identify the area | string | yes | |
category | Type of area | string | Possible values :
| yes |
Return
A String is returned. Otherwise an "ERROR:Description" is returned
Parameter
Parameter | Description | Type |
---|---|---|
status | Outputs OK if the action performed was successful | string |
JSON Format
{ "status": "OK" }
Example
https://map.yellowfox.de/rti/address_management/set_area_vehicle.php?company=COMPANY_KEY&vehicle=VEHICLE_KEY&category=passive&uuid=ABC-123-DEF&mode=assign