POST api/PatientDashboard/PatientProfile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objPatientProfile
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "patient_id": "sample string 1",
  "patient_service_city": "sample string 2",
  "patient_first_name": "sample string 3",
  "patient_last_name": "sample string 4",
  "patient_email_id": "sample string 5",
  "patient_phone_number": "sample string 6",
  "patient_username": "sample string 7",
  "patient_password": "sample string 8",
  "patient_otp": "sample string 9",
  "patient_dob": "sample string 10",
  "patient_photo": "sample string 11",
  "patient_gender": "sample string 12",
  "patient_blood_group": "sample string 13",
  "patient_marital_status": "sample string 14",
  "patient_height": "sample string 15",
  "patient_height_metric": "sample string 16",
  "patient_weight": "sample string 17",
  "patient_smoking_habit": "sample string 18",
  "patient_alcohol_consumption": "sample string 19",
  "patient_activity_level": "sample string 20",
  "patient_food_perference": "sample string 21",
  "patient_target_step_count": "sample string 22",
  "patient_suggested_calorie_intake": "sample string 23",
  "patient_allergy_note": "sample string 24",
  "is_app_installed": "sample string 25",
  "last_updated_on": "2025-01-08T07:28:14.6457571+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsPatientProfile'.