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": "2025-12-16T09:13:29.9275653+00:00",
"Gender": "sample string 5",
"Prefix": "sample string 6",
"MemberId": "be857ada-3972-4a3a-8de6-c9854dbcdeff",
"FacilityId": "50b7556a-6897-4238-9e76-81737482e693",
"PatientId": "3f4a8bfe-cf19-469b-9eea-657304746b5f",
"AccountId": "f751f26a-1462-4389-839f-c3346ad542dc",
"ContactNumber": "sample string 8",
"Address": "sample string 9",
"Zipcode": "sample string 10",
"LocationId": "3a5e7afd-b8fc-474b-a3cc-014100263a1d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.