POST api/Hospitalsetup/App_Category_Department_Ins_Upd_sel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objCategoryDepartment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Dml_Indicator": "sample string 1",
  "Master_cd_id": 2,
  "MasterSub_cd_id": 3,
  "code": "sample string 4",
  "hospital_id": "sample string 5",
  "branch_id": "sample string 6",
  "type": 7,
  "appointment_booking_type": 8,
  "name": "sample string 9",
  "remarks": "sample string 10",
  "number_of_concurrent_slots": 11,
  "work_order_enabled": 12,
  "mobile_description": "sample string 13",
  "mobile_booking_allowed": 14,
  "mobile_icon": "sample string 15",
  "status": 16,
  "created_by": "sample string 17",
  "condition": "sample string 18",
  "sub_category_department_id": 19,
  "mobile_icon_hdn": "sample string 20",
  "master_category_department_id": "sample string 21",
  "subdepartment": "sample string 22"
}

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