POST api/Performers_details/select_Performers_details

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
pd
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_id": "sample string 1",
  "patient_id": "sample string 2",
  "patient_first_name": "sample string 3",
  "patient_phone_number": "sample string 4",
  "patient_photo": "sample string 5",
  "patient_step_record_target": "sample string 6",
  "patient_step_record_achieved": "sample string 7",
  "patient_step_record_date": "2025-01-08T07:07:24.6438954+05:30",
  "option": "sample string 9"
}

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 'ClsPerformers_details'.