POST api/THPatient

Request Information

URI Parameters

None.

Body Parameters

THPatientModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

FirstName

string

Required

String length: inclusive between 0 and 50

MiddleName

string

String length: inclusive between 0 and 50

LastName

string

Required

String length: inclusive between 0 and 50

DOB

date

Required

Data type: DateTime

Gender

string

Required

String length: inclusive between 0 and 1

ContactNumber

string

Matching regular expression pattern: ^[\+?]*\d+\s*$

String length: inclusive between 0 and 10

Email

string

None.

MaritalStatus

string

String length: inclusive between 0 and 3

MemberId

globally unique identifier

None.

Address1

string

String length: inclusive between 0 and 50

Address2

string

String length: inclusive between 0 and 50

Zipcode

string

String length: inclusive between 0 and 10

LocationId

globally unique identifier

None.

AccountId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": "5bfc3acb-66b5-465a-bae5-f8e6f48665e9",
  "FirstName": "sample string 1",
  "MiddleName": "sample string 2",
  "LastName": "sample string 3",
  "DOB": "2026-05-06T13:32:45.4632444+00:00",
  "Gender": "sample string 4",
  "ContactNumber": "sample string 5",
  "Email": "sample string 6",
  "MaritalStatus": "sample string 7",
  "MemberId": "e9527cb4-340d-4a08-9663-a9c93d175b2d",
  "Address1": "sample string 8",
  "Address2": "sample string 9",
  "Zipcode": "sample string 10",
  "LocationId": "0b927e44-d193-406a-aaf3-555dde608217",
  "AccountId": "d3c0c1d1-7ad8-4b61-80ac-d598e41f2f79"
}

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.