Search found 6 matches
- Sun Jun 15, 2025 10:35 am
- Forum: Developers
- Topic: Issue with TrackingDefNum Not Appearing in Claim Tracking History via API
- Replies: 0
- Views: 21
Issue with TrackingDefNum Not Appearing in Claim Tracking History via API
I'm encountering an issue when using the ClaimTracking API to create a new tracking history item. API Endpoint: POST https://api.opendental.com/api/v1/claimtrackings Payload Sent: { "ClaimNum": 21237, "Note": "test 2", "TrackingDefNum": 585 } Method: POST Note: TrackingDefNum 585 is confirmed to exi...
- Sun Mar 30, 2025 1:35 am
- Forum: API
- Topic: URGENT Issue with OpenDental ClaimTracking API: "claimtrackings is not a valid resource"
- Replies: 1
- Views: 2526
URGENT Issue with OpenDental ClaimTracking API: "claimtrackings is not a valid resource"
Hi everyone, I am trying to use the OpenDental ClaimTracking API to create new claims. The API endpoint I am using is: Endpoint: https://api.opendental.com/api/v1/claimtrackings Method: POST Payload: { "ClaimNum": "", "Note": "", "TrackingDefNum": "" } According to the OpenDental API documentation (...
- Thu Jun 06, 2024 4:29 am
- Forum: Developers
- Topic: Plugin Development Env Setup
- Replies: 3
- Views: 16173
Re: Plugin Development Env Setup
still getting below error to run opendental solution 3>F:\VStudio\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(2165,5): warning : The referenced project '..\..\CDT\xCDT.csproj' does not exist. 3>CSC : error CS0006: Metadata file 'F:\opendental-24_1\opendental-24_1\DataConnection...
- Sun Jun 02, 2024 5:17 am
- Forum: Developers
- Topic: Plugin Development Env Setup
- Replies: 3
- Views: 16173
Plugin Development Env Setup
I'm currently working on developing a plugin for Open Dental and need a sample plugin codebase to get started. I tried accessing the example at this link, but I'm having trouble downloading it. Can anyone assist me with setting up the Open Dental plugin environment? Thank you in advance for your help!
- Fri Jan 05, 2024 12:35 am
- Forum: Advanced Topics
- Topic: How can I FIlter by PayType?
- Replies: 0
- Views: 47683
How can I FIlter by PayType?
I've below query ortho payments here I also want to filter by Payment Group currently I can able to filter by payment PayType SELECT SUM(amt) AS total_sum FROM ( SELECT payment.PayDate AS DatePay, MAX(CONCAT(patient.LName, ', ', patient.FName, ' ', patient.MiddleI)) AS lfname, GROUP_CONCAT(DISTINCT ...
- Fri Jan 05, 2024 12:34 am
- Forum: Main Forum
- Topic: How can I FIlter by PayType?
- Replies: 0
- Views: 37877
How can I FIlter by PayType?
I've below query ortho payments here I also want to filter by Payment Group currently I can able to filter by payment PayType SELECT SUM(amt) AS total_sum FROM ( SELECT payment.PayDate AS DatePay, MAX(CONCAT(patient.LName, ', ', patient.FName, ' ', patient.MiddleI)) AS lfname, GROUP_CONCAT(DISTINCT ...