Download a Job Sheet Record
Purpose
All the job sheet forms associated with the services added to a service appointment will be listed as job sheet records under the Job sheets tab of service appointments. Use this API to download a specific job sheet record that is in the Draft or Completed status.
Request URL
https://fsm.zoho.com/fsm/v1/Job_Sheets/job_sheet_record_id/actions/download
job_sheet_record_id - The unique ID of the job sheet record. You can obtain this ID from the Get Job Sheet Records of a Service Appointment API.
Request Method
GET
Scope
scope=ZohoFSM.modules.JobSheets.READ
Parameters
Name | Data Type | Description |
type | String | The values allowed are: html, pdf |
Sample Request
Copied