_setVehicleReg

Set a Vehicle Reg for an Asset.

Parameters

id

The ID of the Asset.

val

The Vehicle Reg to be set for the Asset.

Example

FM_api('Asset_setByVehilceReg', ['id' => '123', 'val' => 'NUllTYP']);

Result

On Success

FM_api('Asset_setVehicleReg', ['id' => '4', 'val' => 'NU11TYP'])

Last updated