v1
latestOpenAPI 3.1.02026-07-2422707.0 MBAdd notes to an opportunity
Supply the unique id od the opportunity as opportunity_id and request body to this API and this API will add notes to that opportunity.
post/v1/opportunities/{opportunity_id}/notes
Path parameters
opportunity_idstring required
Unique identifier of the opportunity.
Query parameters
notesstring required
Mandatory Message that needs to be added.
updated_by_idstring required
Mandatory Unique id of the employee.
Response
200
Example response
{
"success": true,
"message": "Notes Added Successfully"
}