_get

Fetch the specified Vehicle.

Parameters

id

The ID of the Vehicle.

Example

FM_api('Vehicle_get', ['id' => '123']);

Result

On Success

{"id":"c4c40a4e51196a2d1c326e1a92702921",
	"reg":"KF15SZY",
	"description":"",
	"cost_per_distance":"0.0000",
	"location":null,
	"last_edited":"2018-10-04 12:34:21",
	"edited_uuid":"Vehicle_update",
	"price_per_distance":"0.0000"}

Last updated