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-03-21T16:56:46.921155-05:00",
"Gender": "sample string 5",
"Prefix": "sample string 6",
"MemberId": "114f5aab-b932-41cf-80b3-5c54f7f931fb",
"FacilityId": "f0e6803c-4102-4790-bf4a-a79d4d4e28f3",
"PatientId": "8b6af618-8dc7-453d-99de-70bd4cce83a3",
"AccountId": "9007c668-5ad6-4b7b-8152-4e14897a541e",
"ContactNumber": "sample string 8",
"Address": "sample string 9",
"Zipcode": "sample string 10",
"LocationId": "1fbd341b-801d-461a-9fde-dd855600ed43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.