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": "5918700f-fbd8-47df-b7af-a4d7c34ffe4e",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"DOB": "2026-03-21T22:04:32.5860243+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"