POST api/DoctorLog/DoctorLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsDoctorLog
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctor_user_log_id": 1,
  "doctor_user_id": 2,
  "doctor_user_module_id": 3,
  "FDate": "sample string 4",
  "EDate": "sample string 5",
  "Condition_Doctor": "sample string 6",
  "Condition_module": "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 'ClsDoctorLog'.