Page 1 of 1

Update claim table using shortquery api

Posted: Mon Sep 27, 2021 3:28 am
by ajaykodam
Hello,

I want to update the claim table using https://api.opendental.com/api/v1/queries/ShortQuery API, How can I achieve this?

Thanks,

Re: Update claim table using shortquery api

Posted: Mon Sep 27, 2021 10:08 am
by SLeon
The queries executed with the Queries PUT ShortQuery method need to be read-only, so it will not allow direct updates to the claim table. We will need to implement an API method to do this.

Please visit the API forums to make a feature request, so that we can develop exactly what you are looking for.

Re: Update claim table using shortquery api

Posted: Mon Sep 27, 2021 9:03 pm
by ajaykodam
Thank you