Update claim table using shortquery api

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

Update claim table using shortquery api

Post by ajaykodam » Mon Sep 27, 2021 3:28 am

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: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Update claim table using shortquery api

Post by SLeon » Mon Sep 27, 2021 10:08 am

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: 32
Joined: Tue Aug 17, 2021 10:53 pm

Re: Update claim table using shortquery api

Post by ajaykodam » Mon Sep 27, 2021 9:03 pm

Thank you

Post Reply