API Request | InsPlans GET by PlanNum

For requests or help with our API
Post Reply
rinse-dental
Posts: 83
Joined: Wed Apr 06, 2022 12:04 pm

API Request | InsPlans GET by PlanNum

Post by rinse-dental » Sat May 04, 2024 12:50 pm

Use Case: Return details of an Insurance Plan (e.g. Group Number, Group Name, etc.)

Current state: GET /insplans returns a list of plans which requires additional processing and excludes any plans beyond the 1,000 object/row limit.

Proposed addition:
  • GET /inssubs/11 -- return specific plan
  • GET /inssubs?CarrierNum=25&PlanType=p&IsHidden=false&Offset=100b -- return multiple plans

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

Re: API Request | InsPlans GET by PlanNum

Post by SLeon » Wed May 08, 2024 1:38 pm

Good afternoon,
rinse-dental wrote:
Sat May 04, 2024 12:50 pm
Proposed addition:
GET /inssubs/11 -- return specific plan
GET /inssubs?CarrierNum=25&PlanType=p&IsHidden=false&Offset=100b -- return multiple plans
I assume there is a typo and you want us to add insplans GET functionality.

We can add a GET (single) endpoint and add optional CarrierNum and PlanType filters to the existing GET (multiple) endpoint.

rinse-dental
Posts: 83
Joined: Wed Apr 06, 2022 12:04 pm

Re: API Request | InsPlans GET by PlanNum

Post by rinse-dental » Fri May 10, 2024 5:47 pm

Yes, thank you that would be great.

Post Reply