Issue with TrackingDefNum Not Appearing in Claim Tracking History via API

For requests or help with our API
Post Reply
ironhawk1307
Posts: 8
Joined: Fri Jan 05, 2024 12:26 am

Issue with TrackingDefNum Not Appearing in Claim Tracking History via API

Post by ironhawk1307 » Sun Jun 15, 2025 10:35 am

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 exist in the definition table where Category = 31.

Code: Select all

{
  "ClaimTrackingNum": 19668,
  "ClaimNum": 21237,
  "TrackingType": "StatusHistory",
  "UserNum": 0,
  "DateTimeEntry": "2025-06-15 12:18:37",
  "Note": "test 2",
  "TrackingDefNum": 585,
  "TrackingErrorDefNum": 0
}

Although the response shows the record is created successfully and includes TrackingDefNum, the entry does not appear under the Track Stat column


Can you please confirm whether:

The TrackingDefNum is being saved properly.

There are any conditions or additional fields required for the status to appear in the UI.

This is a known issue or limitation with the API.


help me to understand how can I push/update Track Stat value for claim

SLeon
Posts: 588
Joined: Mon Mar 01, 2021 10:00 am

Re: Issue with TrackingDefNum Not Appearing in Claim Tracking History via API

Post by SLeon » Mon Jun 16, 2025 10:15 am

Moved post from "Developers" to "API" forum for visibility.

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

Re: Issue with TrackingDefNum Not Appearing in Claim Tracking History via API

Post by justine » Mon Jun 16, 2025 10:51 am

ironhawk1307 wrote:
Sun Jun 15, 2025 10:35 am
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 exist in the definition table where Category = 31.

Code: Select all

{
  "ClaimTrackingNum": 19668,
  "ClaimNum": 21237,
  "TrackingType": "StatusHistory",
  "UserNum": 0,
  "DateTimeEntry": "2025-06-15 12:18:37",
  "Note": "test 2",
  "TrackingDefNum": 585,
  "TrackingErrorDefNum": 0
}

Although the response shows the record is created successfully and includes TrackingDefNum, the entry does not appear under the Track Stat column


Can you please confirm whether:

The TrackingDefNum is being saved properly.

There are any conditions or additional fields required for the status to appear in the UI.

This is a known issue or limitation with the API.


help me to understand how can I push/update Track Stat value for claim
Hello ironhawk1307,

Have you tried calling GET claimtrackings with ClaimNum 21237 to verify that you inserted it into the database?

Thanks!

Post Reply