POST api/THPatient
Request Information
URI Parameters
None.
Body Parameters
THPatientModel| Name | Description | Type | Additional 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 |
|
| 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": "17f750ce-d9b7-4a2a-9254-ea5631f4ea71",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"DOB": "2026-02-03T20:56:43.8858477-06:00",
"Gender": "sample string 4",
"ContactNumber": "sample string 5",
"Email": "sample string 6",
"MaritalStatus": "sample string 7",
"MemberId": "8f8926f2-90c3-4995-9a08-33a33bf243b3",
"Address1": "sample string 8",
"Address2": "sample string 9",
"Zipcode": "sample string 10",
"LocationId": "293a9d24-fe7c-4e2a-a726-d2422ec452ab",
"AccountId": "f6846b71-b71a-4e02-b913-dd6a32411722"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.