Sales::Opportunities::Note
Update Note
Update Note
put/sales/opportunities/notes/{id}
Path parameters
idstring required
Request body
Example request
{
"sales_opportunities_note": {
"sales_opportunities_note": {
"content": "Example Note",
"created_by_id": 42
}
}
}Response
OK
Example response
{
"id": 49,
"public_id": "zAUjDv",
"opportunity_id": 24,
"content": "Example note",
"created_by_id": 53,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}