POST api/shareutility/cpt/search

Request Information

URI Parameters

None.

Body Parameters

SearchCptCodeRequest
NameDescriptionTypeAdditional information
BillingSpecialty

string

None.

DoctorSpecialty

string

None.

CPTCode

string

None.

DateOfService

date

None.

Region

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BillingSpecialty": "sample string 1",
  "DoctorSpecialty": "sample string 2",
  "CPTCode": "sample string 3",
  "DateOfService": "2026-05-01T21:12:52.1423084+00:00",
  "Region": 5
}

text/html

Sample:
{"BillingSpecialty":"sample string 1","DoctorSpecialty":"sample string 2","CPTCode":"sample string 3","DateOfService":"2026-05-01T21:12:52.1423084+00:00","Region":5}

application/xml, text/xml

Sample:
<SearchCptCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities.SharedUtility">
  <BillingSpecialty>sample string 1</BillingSpecialty>
  <CPTCode>sample string 3</CPTCode>
  <DateOfService>2026-05-01T21:12:52.1423084+00:00</DateOfService>
  <DoctorSpecialty>sample string 2</DoctorSpecialty>
  <Region>5</Region>
</SearchCptCodeRequest>

multipart/form-data

Sample:
<SearchCptCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS.Entities.SharedUtility"><BillingSpecialty>sample string 1</BillingSpecialty><CPTCode>sample string 3</CPTCode><DateOfService>2026-05-01T21:12:52.1423084+00:00</DateOfService><DoctorSpecialty>sample string 2</DoctorSpecialty><Region>5</Region></SearchCptCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.