POST api/accounts/createpatient
Request Information
URI Parameters
None.
Body Parameters
CreatePatientModelName | 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-06-06T16:27:18.0207925+00:00", "Gender": "sample string 5", "Prefix": "sample string 6", "MemberId": "46c4ed09-4ea5-4534-a593-a4e55693d12a", "FacilityId": "88757e59-655c-4265-8ccb-d448729e4153", "PatientId": "2d5e24a6-2a9a-4b3d-a742-1fc5396bce91", "AccountId": "e17cfeae-7e9b-44c4-92a4-a8082ad33853", "ContactNumber": "sample string 8", "Address": "sample string 9", "Zipcode": "sample string 10", "LocationId": "e2d7fb16-72c9-4d28-891b-bc2958c90e59" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.