POST api/Hospitalsetup/sub_Category_Department_Ins

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
subCategoryDepartment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "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"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

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 'List`1'.