Test OpenDental patient workflows
Loading patients...
No patients found
Request body for creating a patient and expected response from OpenDental API.
{ "FName": "John", "LName": "Smith", "Birthdate": "1990-01-15", "Gender": 0, "Email": "john.smith@example.com", "HmPhone": "5551234567", "WirelessPhone": "5559876543", "Address": "123 Main St", "City": "Springfield", "State": "CA", "Zip": "12345" }
{ "PatNum": 12345, "FName": "John", "LName": "Smith", "Birthdate": "1990-01-15", "Gender": 0, "Email": "john.smith@example.com", "HmPhone": "5551234567", "WirelessPhone": "5559876543", "Address": "123 Main St", "City": "Springfield", "State": "CA", "Zip": "12345", "DateTimeInserted": "2026-02-01 09:30:00", "Guarantor": 12345, "PatStatus": 0 }
[ { "PatNum": 12345, "FName": "John", "LName": "Smith", "Birthdate": "1990-01-15", "Gender": 0, "Email": "john.smith@example.com", "HmPhone": "5551234567", "WirelessPhone": "5559876543", "Address": "123 Main St", "City": "Springfield", "State": "CA", "Zip": "12345", "DateTimeInserted": "2026-01-01 10:00:00", "Guarantor": 12345, "PatStatus": 0 } ]
{ "Email": "newemail@example.com", "HmPhone": "5559999999", "WirelessPhone": "5558888888" }
Only include fields you want to update. All fields are optional in update requests.