POST api/Hospitalsetup/HospitalFilesUpload_Ins

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objClsHospitalFilesUpload
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",
    "filetype_detailsid": 2,
    "hospital_id": "sample string 3",
    "file_description": "sample string 4",
    "upload_file": "sample string 5",
    "filetype": 6,
    "created_by": 7
  },
  {
    "$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'.