POST api/patients/existing/search

Request Information

URI Parameters

None.

Body Parameters

PatientInput
NameDescriptionTypeAdditional information
Environment

string

None.

APIKey

string

None.

PhoneNumber

string

None.

BirthDate

string

None.

LastName

string

None.

ChartNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Environment": "sample string 1",
  "APIKey": "sample string 2",
  "PhoneNumber": "sample string 3",
  "BirthDate": "sample string 4",
  "LastName": "sample string 5",
  "ChartNumber": "sample string 6"
}

text/html, text/plain

Sample:
{"Environment":"sample string 1","APIKey":"sample string 2","PhoneNumber":"sample string 3","BirthDate":"sample string 4","LastName":"sample string 5","ChartNumber":"sample string 6"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PatientOTPOutput
NameDescriptionTypeAdditional information
Email

string

None.

Patient Phone Number

string

None.

Patient Mobile Number

string

None.

Patient Work Number

string

None.

Search Status

integer

None.

Error Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Patient Phone Number": "sample string 2",
  "Patient Mobile Number": "sample string 3",
  "Patient Work Number": "sample string 4",
  "Search Status": 5,
  "Error Message": "sample string 6"
}

text/html, text/plain

Sample:
{"Email":"sample string 1","Patient Phone Number":"sample string 2","Patient Mobile Number":"sample string 3","Patient Work Number":"sample string 4","Search Status":5,"Error Message":"sample string 6"}