POST api/ServiceSetting/Edit_service

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsservice_setting
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "consultation_name": "sample string 1",
  "consultation_fee": "sample string 2",
  "doctor_id": "sample string 3",
  "indicator_id": "sample string 4",
  "hospital_id": "sample string 5",
  "doctor_consultation_fees_details_id": 6,
  "user_created_by": "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 'Clsservice_setting'.