---
title: "POST /API/SameOrSimilarInquiry"
method: POST
path: "/API/SameOrSimilarInquiry"
tags: ["SameOrSimilar"]
---

# POST /API/SameOrSimilarInquiry

`POST /API/SameOrSimilarInquiry`

This endpoint submits a Same/Similar request into our queue. Note that this is not real time, and either the postback URL must be used (to submit the response to), or the GetSameOrSimilarResponse endpoint must be called with the request ID.

## Headers

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

## Request body

- PVerifyBusinessObjectsSameOrSimilarLCodesPboSoSLCodesRequest
  - `MemberId` string
  - `PatientFirstName` string
  - `PatientLastName` string
  - `PatientDOB` string
  - `PatientStateCode` string
  - `HCPCSCodes` string
  - `DOSStart` string
  - `DOSEnd` string
  - `Location` string
  - `CallbackURL` 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)
