POST api/DoctorRole/DoctorRole

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorRole
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_user_role_id": 1,
  "doctor_user_role_name": "sample string 2",
  "can_delete": "sample string 3",
  "StringResult": "sample string 4",
  "StringMsg": "sample string 5",
  "Dml_Indicator": "sample string 6",
  "created_by": "sample string 7",
  "branch_id": 8,
  "hospital_id": "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 'ClsDoctorRole'.