POST api/Patient/CheckingDuplicatePatient
Request Information
URI Parameters
None.
Body Parameters
PatientDuplicate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| DOB | date |
None. |
|
| IsDuplicate | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e87ae6b9-665d-414d-81a0-1f3a982d069b",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"DOB": "2026-05-06T13:34:25.5228362+00:00",
"IsDuplicate": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"