POST api/DoctorRight/DoctorRight

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorRight
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_module_id": 2,
  "doctor_user_role_rights": 3,
  "StringResult": "sample string 4",
  "StringMsg": "sample string 5",
  "Dml_Indicator": "sample string 6",
  "doctor_id": "sample string 7"
}

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