POST api/patient/addpatientsearchlog
Request Information
URI Parameters
None.
Body Parameters
AdvancePatientSearchModelName | 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": "2025-08-29T03:10:46.0326009+00:00", "examToDate": "2025-08-29T03:10:46.0326009+00:00", "lastSeen": "sample string 1", "birthFromDate": "2025-08-29T03:10:46.0326009+00:00", "birthToDate": "2025-08-29T03:10:46.0326009+00:00", "identifier": [ { "$id": "2", "id": 1, "name": "sample string 2", "active_ind": true }, { "$ref": "2" } ], "patientInsurance": [ { "$id": "3", "patientInsuranceID": "a388e36e-bace-423f-828f-c20943ec4ef9", "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": "2025-08-29T03:10:46.0326009+00:00", "insuredSSN": "sample string 13", "creationDate": "2025-08-29T03:10:46.0326009+00:00", "createdBy": 1, "lastUpdateDate": "2025-08-29T03:10:46.0326009+00:00", "lastUpdatedBy": 1, "attachment_id": "322e8104-5441-45d6-b354-ff86c3fa47c2", "current_ind": true, "insurance_id": "1c4d01c7-011e-465b-bfe7-d61fe6a40fb2" }, { "$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": "88d8c550-7c65-411d-abe8-df7ec93528a3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |