For the complete documentation index, see llms.txt. This page is also available as Markdown.

_checkJobRef

Checks an Appointment's job reference.

Parameters

job_ref

The job reference of the Appointment.

Example

FM_api('Job_checkJobRef', ['job_ref' => '54']);

On Success

{'job_ref':'54'}

Last updated