Hi all,
When trying to update the status & patient_id of an appointment via the Dentally API we get the following message.
{ "error": { "type": "invalid_request_error", "message": "The appointment could not be processed", "params": { "state": [ "The appointment can not be updated as the current status is: Confirmed" ], "patient_id": [ "can not change patients" ] } } }
However when getting that appointment we are trying to update the state is still "state": "Pending"
Updating only the state works, but not updating the patient_id.
Would there be a workaround for this? Or what is the specific reason we cannot update the patient_id via the API?


