POST api/DoctorCreation/GetDoctorExperience

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorExperience
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_experience_id": 1,
  "doctor_id": "sample string 2",
  "employer_name": "sample string 3",
  "experience": 4.1,
  "last_updated_on": "2025-01-08T07:04:26.3102546+05:30",
  "StringResult": "sample string 6",
  "StringMsg": "sample string 7",
  "Dml_Indicator": "sample string 8"
}

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