POST api/HospitalDetails/CreateHospital
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| HospitalModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"hsptl_id": 1,
"hsptl_code": "sample string 2",
"hsptl_name": "sample string 3",
"hsptl_add_city": "sample string 4",
"hsptl_add_state": "sample string 5",
"hsptl_contact_p": "sample string 6",
"cntr_start_date": "2025-12-07T08:00:21.0272508+05:30",
"cntr_end_date": "2025-12-07T08:00:21.0272508+05:30",
"Address": "sample string 7",
"Mouh": "sample string 8",
"HOSPITAL_ID": 9,
"DOCTOR_NAME": "sample string 10",
"CONSULT_DATE": "2025-12-07T08:00:21.0272508+05:30",
"ADMIT_DATE": "2025-12-07T08:00:21.0272508+05:30",
"DISCHARGE_DATE": "2025-12-07T08:00:21.0272508+05:30",
"BILL_NO": 14,
"BILL_DATE": "2025-12-07T08:00:21.0272508+05:30",
"BILL_AMOUNT": 16,
"HSP_DOC_UPLOAD_PATH": "sample string 17",
"MOU": "sample string 18",
"StateModel": [
{
"code_value": "sample string 1",
"fix_code_id": 2
},
{
"code_value": "sample string 1",
"fix_code_id": 2
},
{
"code_value": "sample string 1",
"fix_code_id": 2
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.