POST api/HospitalCreation/GetHospitalType
Request Information
URI Parameters
None.
Body Parameters
ClsHospitalType| Name | Description | Type | Additional information |
|---|---|---|---|
| hospital_type_id | decimal number |
None. |
|
| hospital_type_name | string |
None. |
|
| created_on | date |
None. |
|
| Dml_Indicator | string |
None. |
|
| StringResult | string |
None. |
|
| StringMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"hospital_type_id": 1.1,
"hospital_type_name": "sample string 2",
"created_on": "2025-12-22T06:44:04.6528964+05:30",
"Dml_Indicator": "sample string 4",
"StringResult": "sample string 5",
"StringMsg": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |