_getAsJpg
Generate a PDF of the Appointment and return a JPG version of that PDF.
Parameters
id
The ID of the Appointment to return.
Example
FM_api('Appointment_getAsJpg', ['id' => '222404']);
Result
On Success
Returns a binary file in .jpg format.
On Failure
'no such meeting?'
Last updated