{type} selects the kind of record and {id} is that record's id — the note's item_type / item_id are derived from the path and any values sent in the body are ignored. The author is set to the authenticated user. Optionally attach files, share the note with the client, or schedule a follow-up appointment by including a FollowUpReminder object.Note object.curl --location --globoff 'https://.daftra.com/api2/notes/client/12.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"Note":{"date":"2026-06-30 10:00","body":"Called the client to confirm the order.","status_id":0,"action_id":0,"share_with_partner":0}}'{
"result": "successful",
"code": 202,
"id": 91
}