_setStatus
Sets the status of the Appointment.
Parameters
id
The ID of the Appointment.
value
The new status of the Appointment. Set to 0 for Not Complete, 1 for Complete and 2 for Processed.
Example
Result
On Success
On Failure
If the Appointment ID is not given:
If the status is not given:
If the Appointment is not found:
If the status is changed to Processed when the Appointment is not completed:
Last updated