Sales::Opportunities::Note
Create Note
Create Note
post/sales/opportunities/{opportunity_id}/notes
Path parameters
opportunity_idinteger required
Request body
Example request
{
"sales_opportunities_note": {
"sales_opportunities_note": {
"content": "Example note",
"created_by_id": 42
}
}
}Response
Created
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"
}