Add Attachments
Purpose
To add attachments to a particular record. It will be listed under the Attachments tab of the record. The attachment files should first be uploaded to ZFS.
Request URL
https://fsm.zoho.com/fsm/v1/<module_api_name>/<record_id>/Attachments
module_api_name - The API name of the module to whose record you want to add the attachments
record_id - The ID of the record to which you want to attach a file
Request Method
POST
Scope
scope=ZohoFSM.modules.<module_name>.CREATE
Mandatory Parameters
Name | Description | Type |
File_Id | The file_id you obtain after uploading the file to ZFS | String |
File_Name | A display name for the file | String |
Supported Modules
Module Name | API Name |
---|---|
Requests | Requests |
WorkOrders | Work_Orders |
Estimates | Estimates |
ServiceAppointments | Service_Appointments |
Contacts | Contacts |
Companies | Companies |
Assets | Assets |
Service_And_Parts | Service_And_Parts |
Sample Request
Copied
Sample Input
Copied
Sample Response
Copied
Show full
Show less