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