POST api/Ipmanagement/Auto_DoctorName

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDoctorName
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "HospitalId": "sample string 1",
  "Dml_Indicator": "sample string 2",
  "Prefix": "sample string 3",
  "doctorname": "sample string 4",
  "doctorid": "sample string 5",
  "branch_id": "sample string 6"
}

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