EstimateAppointment object; omitted fields keep their current values. Requires permission to edit appointments/notes. This POST route is an alias of the PUT update endpoint for the same path.curl --location --globoff 'https://.daftra.com/api2/estimate_appointments/2415' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{"EstimateAppointment": {"item_id": 1820, "date": "2026-07-01 10:00:00", "duration": "1", "action_id": 5, "body": "Follow up on the estimate."}}'{
"result": "successful",
"code": 200
}