POST api/accounts/createpatient

Request Information

URI Parameters

None.

Body Parameters

CreatePatientModel
NameDescriptionTypeAdditional information
Email

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": "2024-07-05T16:42:16.3293488-05:00",
  "Gender": "sample string 5",
  "Prefix": "sample string 6",
  "MemberId": "0f73fe19-8a48-436a-9570-bcd9167f7039",
  "FacilityId": "3a9e6cf1-8865-41ff-ad75-3d719102d3f0",
  "PatientId": "955d4198-0ce5-4238-826e-060ffc6c7b53",
  "AccountId": "117e432f-8fba-4569-aa07-36ff28ceedb6",
  "ContactNumber": "sample string 8",
  "Address": "sample string 9",
  "Zipcode": "sample string 10",
  "LocationId": "e347d226-e313-4b0f-8061-2948e6f47bf4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.