Create a Note
Purpose
To create a note in a record.
Request URL
https://fsm.zoho.com/fsm/v1/<module_api_name>/<record_id>/Notes
module_api_name - The API name of the module in whose record you want to create the note
record_id - The unique ID of the record.
Request Method
POST
Scope
scope=ZohoFSM.modules.<module_name>.CREATE
Request Body Parameters
Name | Type | Description |
Note_Content | String | The body of the note |
Note_Title | String | The heading for the note |
$attachments | Array | The file IDs (file_id) of the attachments you obtain after uploading them to ZFS |
Supported Modules
Module Name | API Name |
Requests | Requests |
Estimates | Estimates |
WorkOrders | Work_Orders |
ServiceAppointments | Service_Appointments |
Contacts | Contacts |
Assets | Assets |
Sample Request
Copied
Sample Input
Copied
Sample Response
Copied