_setPricePerDistance

Set the Price Per Distance for a Vehicle.

Parameters

id

The ID of the Vehicle.

val

The Price Per Distance to be set for the vehicle.

Example

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

Result

On Success

{'ok':1}

Last updated