Complete Work for Service Appointment
Purpose
To complete work for an in progress service appointment.
Request URL
https://fsm.zoho.com/fsm/v1/Service_Appointments/<record_id>
Request Method
PUT
Scope
scope=ZohoFSM.modules.serviceappointments.UPDATE
Mandatory Parameters
Name | Description | Type |
transition_id | The ID for the transition Complete Work that can be obtained from the record using the List Transitions API. | String |
Optional Parameters
Name | Description | Type |
$complete_pc_li | Use this to complete partially completed line items along with completing the appointment. The default value is false. | Boolean |
$complete_wo | Use this to complete the work order associated with the service appointment. This key will only be considered if the feature control Automatically complete a work order is disabled in Other Settings. | Boolean |
Sample Request
Copied
Sample Input
Copied
Sample Input (with Optional Data)
Copied
Sample Response
Copied
Show full
Show less