_setCostPerDistance

Set the Cost Per Distance for a Vehicle.

Parameters

id

The ID of the Vehicle.

val

The Cost Per Distance to be set for the vehicle.

Example

FM_api('Vehicle_setCostPerDistance', ['id' => '123', 'val' => '3']);

Result

On Success

{'ok':1}

Last updated