_getAsTiff

Generate a PDF of the Job and return a TIFF version of that PDF.

Parameters

id

The ID of the Job to return.

Example

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

Result

On Success

Returns a binary file in .tiff format.

On Appointment Not Existing

'no such meeting?'

Last updated