_move
Move an Appointment into the past or future a set number of minutes.
Parameters
id
The ID of the Appointment.
minutes
Integer number of minutes (though it is passed in as a string).
Example
FM_api('Appointment_move', ['id' => '222402', 'move' => '60']);
Result
On Success
{'ok':1}
Last updated