ProcedureLogs POST & Payments POST questions

For requests or help with our API
Post Reply
studiofellow
Posts: 8
Joined: Tue Feb 27, 2024 9:29 am
Contact:

ProcedureLogs POST & Payments POST questions

Post by studiofellow » Fri Jun 20, 2025 2:35 pm

Just a couple quick questions to make sure I understand the ProcedureLogs endpoint before we request an upgrade to our developer key.

Does ProcedureLogs POST with ProcStatus=C create a procedure in the Open Dental Account module affecting the account balance?

Then the response would include a ProcNum, so I could then call Payments POST using that ProcNum, to associate a payment with the ProcedureLog?

And these would show on the Patient Account tab, like the screenshot shown on this manual document: https://www.opendental.com/manual/account.html

Thanks for your help!

justine
Posts: 304
Joined: Tue Dec 28, 2021 7:59 am

Re: ProcedureLogs POST & Payments POST questions

Post by justine » Wed Jun 25, 2025 10:45 am

studiofellow wrote:
Fri Jun 20, 2025 2:35 pm
Just a couple quick questions to make sure I understand the ProcedureLogs endpoint before we request an upgrade to our developer key.

Does ProcedureLogs POST with ProcStatus=C create a procedure in the Open Dental Account module affecting the account balance?

Then the response would include a ProcNum, so I could then call Payments POST using that ProcNum, to associate a payment with the ProcedureLog?

And these would show on the Patient Account tab, like the screenshot shown on this manual document: https://www.opendental.com/manual/account.html

Thanks for your help!
Hello studiofellow,

A Procedurelogs POST with ProcStatus=C creates a completed procedurelog for a patient. The API response includes the ProcNum, which you can then use to associate payments. This procedure will appear in the patient's Account Module and affect the account balance, just like manually entering a completed procedure in Open Dental.

Starting in version 22.4.16, Payments POST accepts ProcNums, allowing you to allocate payments directly to procedures.

For further questions, please email.

Thanks!

Post Reply