---
title: "POST /API/CGXInquiry"
method: POST
path: "/API/CGXInquiry"
tags: ["Widget / Eligibility and Estimates / CGX"]
---

# POST /API/CGXInquiry

`POST /API/CGXInquiry`

CGXInquiry is our combined Eligibility & Estimate endpoint.

Note that only a handful of items are required. This allows very quick and easy coding to get a response. The NPI is hard coded to use the default NPI. The location can use the first/default location. Pricing is based either on payer/location specific pricing or the medicare price. If the former, then the CPT codes need to be imported into pVerify. If the later, then the location needs to have the state/ZIP code set, and the default medicare % needs to be set from Premium (Admin Setup). It is possible when configured to use remit data to power this estimate. The eligibility call is the same as the EligibilitySummary call. Either the practice type can be set from the body or it will use the default practice type set by client.

## Headers

- `Authorization` string, required
- `Client-Api-Id` string, required

## Request body

- PVerifyBusinessObjectsCGXPboCGXRequest
  - `PayerCode` string
  - `PayerName` string
  - `MemberId` string
  - `PatientFirstName` string
  - `PatientLastName` string
  - `PatientDOB` string
  - `MRN` string
  - `IsActiveSecondry` boolean
  - `CPTList` unknown
  - `SelfPay` boolean
  - `PracticeTypeId` unknown
  - `Location` string
  - `AppointmentType` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/pverify/apis/pverify-apiservices.md) · [All operations](https://skmtc.net/pverify/apis/pverify-apiservices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pverify/pverify-apiservices/revisions/9e1d4f09d0b2/schema)
