Set the Description for a Vehicle.
The ID of the Vehicle.
The Description to be set for the vehicle.
FM_api('Vehicle_setDescription', ['id' => '123', 'val' => 'Test Description']);
{'ok':1}
Last updated 3 years ago