POST Prakruti/SaveContitutionDetails

Request Information

URI Parameters

None.

Body Parameters

ContitutionDetails
NameDescriptionTypeAdditional information
UID

integer

None.

PatientName

string

None.

DateOfBirth

date

None.

Age

integer

None.

Address

string

None.

Mobile

string

None.

MRN

string

None.

GENDER_ID

integer

None.

Constitution_Id

integer

None.

Patient_Id

integer

None.

Center_Id

integer

None.

Org_Id

integer

None.

Body_Type_Id

integer

None.

Record_Id

integer

None.

Physical_Active_Id

integer

None.

Weight_Gain_Id

integer

None.

Bowel_Movement_Id

integer

None.

Skin_Complexion_Id

integer

None.

Sutuation_Id

integer

None.

Skin_Texture_Id

integer

None.

Working_Style_Id

integer

None.

Hair_Type_Id

integer

None.

Memory_Id

integer

None.

Sleeping_Pattern_Id

integer

None.

Menstrual_Cycle_Id

integer

None.

Appetite_Id

integer

None.

Growth_Of_Beard_Id

integer

None.

Taste_Preference_Id

integer

None.

Vata_Total_Score

integer

None.

Pita_Total_Score

integer

None.

Kafa_Total_Score

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UID": 1,
  "PatientName": "sample string 2",
  "DateOfBirth": "2025-12-17T17:18:04.4693649+05:30",
  "Age": 1,
  "Address": "sample string 3",
  "Mobile": "sample string 4",
  "MRN": "sample string 5",
  "GENDER_ID": 6,
  "Constitution_Id": 7,
  "Patient_Id": 8,
  "Center_Id": 9,
  "Org_Id": 10,
  "Body_Type_Id": 1,
  "Record_Id": 1,
  "Physical_Active_Id": 1,
  "Weight_Gain_Id": 1,
  "Bowel_Movement_Id": 1,
  "Skin_Complexion_Id": 1,
  "Sutuation_Id": 1,
  "Skin_Texture_Id": 1,
  "Working_Style_Id": 1,
  "Hair_Type_Id": 1,
  "Memory_Id": 1,
  "Sleeping_Pattern_Id": 1,
  "Menstrual_Cycle_Id": 1,
  "Appetite_Id": 1,
  "Growth_Of_Beard_Id": 1,
  "Taste_Preference_Id": 1,
  "Vata_Total_Score": 11,
  "Pita_Total_Score": 12,
  "Kafa_Total_Score": 13,
  "CreatedBy": 1,
  "CreatedDate": "2025-12-17T17:18:04.4743636+05:30",
  "ModifiedBy": 1,
  "ModifiedDate": "2025-12-17T17:18:04.4743636+05:30"
}

text/html

Sample:
{"UID":1,"PatientName":"sample string 2","DateOfBirth":"2025-12-17T17:18:04.4693649+05:30","Age":1,"Address":"sample string 3","Mobile":"sample string 4","MRN":"sample string 5","GENDER_ID":6,"Constitution_Id":7,"Patient_Id":8,"Center_Id":9,"Org_Id":10,"Body_Type_Id":1,"Record_Id":1,"Physical_Active_Id":1,"Weight_Gain_Id":1,"Bowel_Movement_Id":1,"Skin_Complexion_Id":1,"Sutuation_Id":1,"Skin_Texture_Id":1,"Working_Style_Id":1,"Hair_Type_Id":1,"Memory_Id":1,"Sleeping_Pattern_Id":1,"Menstrual_Cycle_Id":1,"Appetite_Id":1,"Growth_Of_Beard_Id":1,"Taste_Preference_Id":1,"Vata_Total_Score":11,"Pita_Total_Score":12,"Kafa_Total_Score":13,"CreatedBy":1,"CreatedDate":"2025-12-17T17:18:04.4743636+05:30","ModifiedBy":1,"ModifiedDate":"2025-12-17T17:18:04.4743636+05:30"}

application/xml, text/xml

Sample:
<ContitutionDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models.Prakruti">
  <Address>sample string 3</Address>
  <Age>1</Age>
  <Appetite_Id>1</Appetite_Id>
  <Body_Type_Id>1</Body_Type_Id>
  <Bowel_Movement_Id>1</Bowel_Movement_Id>
  <Center_Id>9</Center_Id>
  <Constitution_Id>7</Constitution_Id>
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-17T17:18:04.4743636+05:30</CreatedDate>
  <DateOfBirth>2025-12-17T17:18:04.4693649+05:30</DateOfBirth>
  <GENDER_ID>6</GENDER_ID>
  <Growth_Of_Beard_Id>1</Growth_Of_Beard_Id>
  <Hair_Type_Id>1</Hair_Type_Id>
  <Kafa_Total_Score>13</Kafa_Total_Score>
  <MRN>sample string 5</MRN>
  <Memory_Id>1</Memory_Id>
  <Menstrual_Cycle_Id>1</Menstrual_Cycle_Id>
  <Mobile>sample string 4</Mobile>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2025-12-17T17:18:04.4743636+05:30</ModifiedDate>
  <Org_Id>10</Org_Id>
  <PatientName>sample string 2</PatientName>
  <Patient_Id>8</Patient_Id>
  <Physical_Active_Id>1</Physical_Active_Id>
  <Pita_Total_Score>12</Pita_Total_Score>
  <Record_Id>1</Record_Id>
  <Skin_Complexion_Id>1</Skin_Complexion_Id>
  <Skin_Texture_Id>1</Skin_Texture_Id>
  <Sleeping_Pattern_Id>1</Sleeping_Pattern_Id>
  <Sutuation_Id>1</Sutuation_Id>
  <Taste_Preference_Id>1</Taste_Preference_Id>
  <UID>1</UID>
  <Vata_Total_Score>11</Vata_Total_Score>
  <Weight_Gain_Id>1</Weight_Gain_Id>
  <Working_Style_Id>1</Working_Style_Id>
</ContitutionDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.