create_appointment
Create a new dental appointment with patient, provider, date, and operatory details.
Instructions
Create a new appointment.
appointment_json is a JSON object string with at minimum:
PatNum, AptDateTime, ProvNum, Op, AppointmentTypeNum.
See Open Dental API docs for the full schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointment_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |