POST api/DoctorCreation/DoctorExperience

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:
[
  {
    "$id": "1",
    "doctor_experience_id": 1,
    "doctor_id": "sample string 2",
    "employer_name": "sample string 3",
    "experience": 4.1,
    "last_updated_on": "2025-01-08T07:27:40.5071472+05:30",
    "StringResult": "sample string 6",
    "StringMsg": "sample string 7",
    "Dml_Indicator": "sample string 8"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.