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