Update claim table using shortquery api

This forum is for programmers who have questions about the source code.
Post Reply
ajaykodam
Posts: 34
Joined: Tue Aug 17, 2021 10:53 pm

Update claim table using shortquery api

Post 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,
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: Update claim table using shortquery api

Post 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.
ajaykodam
Posts: 34
Joined: Tue Aug 17, 2021 10:53 pm

Re: Update claim table using shortquery api

Post by ajaykodam »

Thank you
Post Reply