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-18T13:12:28.579761-06:00",
"Gender": "sample string 5",
"Prefix": "sample string 6",
"MemberId": "a0cc44ea-42e3-4794-8ccc-4c9c108832cc",
"FacilityId": "7441303f-033a-45e4-b267-12574f23b585",
"PatientId": "7f45d1ae-18c8-4b62-ab71-f989f0992b45",
"AccountId": "99a49305-b3d5-40c0-b5f9-68e069cbb615",
"ContactNumber": "sample string 8",
"Address": "sample string 9",
"Zipcode": "sample string 10",
"LocationId": "2140d17e-5c9a-4e34-860b-265f16317930"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.