POST api/accounts/createpatient
Request Information
URI Parameters
None.
Body Parameters
CreatePatientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required String length: inclusive between 0 and 100 |
||
| FirstName | string |
Required |
|
| MiddleName | string |
None. |
|
| LastName | string |
Required |
|
| DOB | date |
Required |
|
| Gender | string |
Required |
|
| Prefix | string |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| FacilityId | globally unique identifier |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| ContactNumber | string |
None. |
|
| Address | string |
String length: inclusive between 0 and 100 |
|
| Zipcode | string |
String length: inclusive between 0 and 9 |
|
| LocationId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"DOB": "2026-02-04T03:23:43.8005057+00:00",
"Gender": "sample string 5",
"Prefix": "sample string 6",
"MemberId": "e1f61a55-6bf7-46d9-aaa6-2d3c3934fab0",
"FacilityId": "7a4f02a4-7306-49b7-90ff-03ccf70f81e2",
"PatientId": "39ac7d2c-5015-4785-9411-612657deaea2",
"AccountId": "f40d5b61-1fd9-47d1-b949-44b12cac72f3",
"ContactNumber": "sample string 8",
"Address": "sample string 9",
"Zipcode": "sample string 10",
"LocationId": "68a952bb-e3cd-41d9-b7ae-533386a7021b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.