_statusSet
Sets the status of Appointmetns from Complete to Processed
Parameters
ids
The IDs of the appointments
status
The status of the appointments, this is required to be 2 for complete
Example
FM_api('Appointments_statusSet', ['ids'=>['1', '2', '3'], 'status' => '2']);
On Success
{"errors":[]}
Last updated