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-08T16:13:07.2120927+05:30", "Gender": "sample string 5", "Prefix": "sample string 6", "MemberId": "59b50d7c-65df-4cb0-8a6e-39bf6d708b1e", "FacilityId": "7569a744-efb4-4312-bc2c-ed1c0b00a19f", "PatientId": "a8c31111-8263-424d-8a0a-6157e2f859a3", "AccountId": "e0b2998c-6b0f-482d-a527-b651d5aaaf9f", "ContactNumber": "sample string 8", "Address": "sample string 9", "Zipcode": "sample string 10", "LocationId": "94cd96f8-7d19-4198-8e81-e604a8320593" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.