POST api/patient/addpatientsearchlog
Request Information
URI Parameters
None.
Body Parameters
AdvancePatientSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamFromDate | date |
None. |
|
| ExamToDate | date |
None. |
|
| LastSeen | string |
None. |
|
| BirthFromDate | date |
None. |
|
| BirthToDate | date |
None. |
|
| Identifier | Collection of IdentifierModel |
None. |
|
| PatientInsurance | Collection of PatientInsuranceModel |
None. |
|
| Employer | string |
None. |
|
| Race | string |
None. |
|
| Ethnicity | string |
None. |
|
| PreferredLang | string |
None. |
|
| ContactMethod | string |
None. |
|
| Zipcode | string |
None. |
|
| Areacode | string |
None. |
|
| Appointment | string |
None. |
|
| ExamNotification | string |
None. |
|
| Marketing | string |
None. |
|
| FromAge | integer |
None. |
|
| ToAge | integer |
None. |
|
| Sex | string |
None. |
|
| Doctor | string |
None. |
|
| Assessment | string |
None. |
|
| Office | string |
None. |
|
| Plan | string |
None. |
|
| Immunization | string |
None. |
|
| IsShowInActive | boolean |
None. |
|
| Time_zone | integer |
None. |
|
| user_id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"examFromDate": "2026-02-04T02:55:40.9624667+00:00",
"examToDate": "2026-02-04T02:55:40.9624667+00:00",
"lastSeen": "sample string 1",
"birthFromDate": "2026-02-04T02:55:40.9624667+00:00",
"birthToDate": "2026-02-04T02:55:40.9624667+00:00",
"identifier": [
{
"$id": "2",
"id": 1,
"name": "sample string 2",
"active_ind": true
},
{
"$ref": "2"
}
],
"patientInsurance": [
{
"$id": "3",
"patientInsuranceID": "52011e0e-dec3-4d2b-93d4-7243ada5e50c",
"patientID": 2,
"insuranceType": 3,
"insuranceOrder": 4,
"insuranceName": "sample string 5",
"status": "sample string 6",
"memberID": "sample string 7",
"groupID": "sample string 8",
"insuredName": "sample string 9",
"insuredRelation": "sample string 10",
"insuredEmployer": "sample string 11",
"insuredGender": "sample string 12",
"insuredDOB": "2026-02-04T02:55:40.9624667+00:00",
"insuredSSN": "sample string 13",
"creationDate": "2026-02-04T02:55:40.9624667+00:00",
"createdBy": 1,
"lastUpdateDate": "2026-02-04T02:55:40.9624667+00:00",
"lastUpdatedBy": 1,
"attachment_id": "c32691f1-5c9b-4592-8e19-2a808463887f",
"current_ind": true,
"insurance_id": "fdc8849a-242f-43ab-9828-9369f57f3a48"
},
{
"$ref": "3"
}
],
"employer": "sample string 2",
"race": "sample string 3",
"ethnicity": "sample string 4",
"preferredLang": "sample string 5",
"contactMethod": "sample string 6",
"zipcode": "sample string 7",
"areacode": "sample string 8",
"appointment": "sample string 9",
"examNotification": "sample string 10",
"marketing": "sample string 11",
"fromAge": 12,
"toAge": 13,
"sex": "sample string 14",
"doctor": "sample string 15",
"assessment": "sample string 16",
"office": "sample string 17",
"plan": "sample string 18",
"immunization": "sample string 19",
"isShowInActive": true,
"time_zone": 21,
"user_id": "78d5d8ca-deda-4fcf-8314-ce4661fa4c48"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |