_getStatus

Return information about the Appointment status.

Parameters

id

The ID of the Appointment to check.

Example

FM_api('Appointment_getStatus', ['id' => '222404']);

Result

On Success

{'is_complete':'0'}

The most common "is_complete" values are:

  • 0: Not Complete

  • 1: Complete

  • 2: Processed

On Appointment Not Existing

{'error':'That appointment does not exist'}

Last updated