_setPdfSent

Sets the Pdf sent status to sent for an Appointment.

Parameters

id

The ID of the Appointment to set the Pdf status to sent.

Example

FM_api('Appointment_setPdfSent', ['id' => '142'])

Result

On Success

{'ok':1}

Last updated