_setVehicleId
Parameters
id
value
Example
FM_api('Job_setVehicleId', ['id' => '123', 'value' => '456']);Result
On Success
{'ok':1}Last updated
Assigns a Vehicle to a Job.
The ID of the Job to assign the Vehicle to.
The ID of the Vehicle to be assigned.
FM_api('Job_setVehicleId', ['id' => '123', 'value' => '456']);{'ok':1}Last updated