API Recalls

For requests or help with our API
Post Reply
beacondental
Posts: 101
Joined: Wed Mar 15, 2023 8:43 am

API Recalls

Post by beacondental » Thu May 16, 2024 6:59 pm

I wanted to add a few things to API Recalls development list.
PUT fuction in API Recalls for:
"IsDisabled"
"DisableUntilBalance":
"DisableUntilDate":

Could you let me know if you can add this?

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

Re: API Recalls

Post by SLeon » Fri May 17, 2024 8:17 am

Good morning,

We will add a new endpoint, Recalls PUT, to our development list. It will allow these three field to be set.

beacondental
Posts: 101
Joined: Wed Mar 15, 2023 8:43 am

Re: API Recalls

Post by beacondental » Mon May 27, 2024 6:47 am

Also, can you add API Recalls POST function for the follow database fields
"PatNum": 38,
"DateDue": "2022-09-09",
"DatePrevious": "0001-01-01",
"RecallInterval": "6m1d",
"RecallStatus": 142,
"recallStatus": "Mailed Postcard",
"Note": "",
"IsDisabled": "false",
"DateTStamp": "2021-07-21 10:05:47",
"RecallTypeNum": 6,
"DisableUntilBalance": 0.0,
"DisableUntilDate": "0001-01-01",
"DateScheduled": "0001-01-01",
"Priority": "Normal",
"TimePatternOverride": ""

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

Re: API Recalls

Post by justine » Tue May 28, 2024 11:17 am

beacondental wrote:
Mon May 27, 2024 6:47 am
Also, can you add API Recalls POST function for the follow database fields
"PatNum": 38,
"DateDue": "2022-09-09",
"DatePrevious": "0001-01-01",
"RecallInterval": "6m1d",
"RecallStatus": 142,
"recallStatus": "Mailed Postcard",
"Note": "",
"IsDisabled": "false",
"DateTStamp": "2021-07-21 10:05:47",
"RecallTypeNum": 6,
"DisableUntilBalance": 0.0,
"DisableUntilDate": "0001-01-01",
"DateScheduled": "0001-01-01",
"Priority": "Normal",
"TimePatternOverride": ""
Hello beacondental,

I have added recalls POST to our development list.

Post Reply