---
title: "POST /API/EstimateCalculation"
method: POST
path: "/API/EstimateCalculation"
tags: ["Estimator"]
---

# POST /API/EstimateCalculation

`POST /API/EstimateCalculation`

This POST call will get an estimated price from CMS (Medicare) non-facility price index. In order for you to use this, we must add the estimator service (which is free) to your account. Additionally, for the Zip code, use 0 for national pricing, and you can send an array of CPT codes per the Postman example. Please note, due to the nature of the EstimateCalculation call, no test credentials are available.

## Headers

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

## Request body

- PVerifyBusinessObjectsPboEstimateCalculationCriteria
  - `zipCode` string
  - `cptCodes` string[]
  - `coPay` string
  - `coInsPercentage` string
  - `deductibleRemaining` string
  - `outofPocketRemaining` string
  - `isCopayIncludeInDeductible` boolean
  - `isSecondryStatusActive` boolean
  - `nonMedicareMultipleFactor` number, double
  - `internalId` 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)
