_setStatusToComplete

Sets appointment status to complete

Parameters

id

The ID of the appointment which will have status set to complete.

Example

FM_api('Appointment_setStatusToComplete', ['id'=>'1']);

On Success

"null"

Last updated