InvoiceAppointments object; omitted fields keep their current values. Requires permission to edit appointments/notes.Authorization: Bearer ********************curl --location --globoff --request PUT 'https://.daftra.com/api2/invoice_appointments/2415' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"InvoiceAppointments": {
"date": "2026-07-10 10:00:00",
"end_date": "2026-07-11 10:00:00",
"recurring": true,
"staff_id": [
1
]
},
"RecurringAppointment": {
"unit_name": "weekly",
"end_date": "2026-12-01"
}
}'{
"result": "successful",
"code": 200
}