- Overview
- Creating a Widget
- Working with Widgets
- Install CLI
- Widget APIs
- API
- Associate Job Opening
- Attach File
- Change Status
- Create Notes
- Delete Note
- Delete Record
- Get All Notes
- Get All Profiles
- Get All Records
- Get All Roles
- Get All Users
- Get Note Types
- Get Org Variable
- Get Profile
- Get Record
- Get Related Records
- Get Role
- Get Users
- Insert Record
- Search Record
- Update Note
- Update Record
- Upsert Record
- CONFIG
- META
- CONNECTION
- CONNECTOR
- HTTP
- UI
- API
Update Note
Purpose
To update a specific note using Widget APIs.
Request Format
ZOHO.RECRUIT.API.createNotes({
"RecordID": "{record_id}",
"APIData": [{record_data}]
Sample Request
CopiedZOHO.RECRUIT.API.createNotes({
"RecordID": "412963000001376069",
"APIData": [{
"Note_Title": "Title",
"Note_Content": "Content",
"Parent_Id"
}]
}).then(function(successResponse) {
}, function(errorResponse) {
});
Sample Response
Copied{
"data": [
{
"code": "SUCCESS",
"details": {
"created_time": "2016-07-05T17:13:24+05:30",
"modified_time": "2016-08-08T11:28:41+05:30",
"modified_by": {
"name": "Patricia Boyle",
"id": "4108880000086001"
},
"id": "410888000000643123",
"created_by": {
"name": "Patricia Boyle",
"id": "4108880000086001"
}
},
"message": "record updated",
"status": "success"
}
]
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.