Update note
PATCH {{baseUrl}}/crm/notes/:id?raw=false
Update note
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
raw | boolean | Include raw response. Mostly used for debugging purposes |
Request Body
{"title"=>"{{$randomBs}}", "content"=>"{{$randomLoremSentences}}", "owner_id"=>"{{primaryOwnerId}}", "contact_id"=>"12345", "company_id"=>"12345", "opportunity_id"=>"12345", "lead_id"=>"12345", "active"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-apideck-consumer-id | string | (Required) ID of the consumer which you want to get or push data from | |
x-apideck-app-id | string | (Required) The ID of your Unify application | |
x-apideck-service-id | string | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status_code":200,"status":"OK","service":"zoho-crm","resource":"notes","operation":"update","data":{"id":"12345"}}