POST api/HospitalCreation/HospitalFacility
Request Information
URI Parameters
None.
Body Parameters
ClsHospitalFacility| Name | Description | Type | Additional information |
|---|---|---|---|
| hospital_facility_id | integer |
None. |
|
| hospital_id | string |
None. |
|
| facility_id | integer |
None. |
|
| facility_name | string |
None. |
|
| facility_registration_number | string |
None. |
|
| authorized_person_name | string |
None. |
|
| authorized_person_mobile_no_one | string |
None. |
|
| authorized_person_mobile_no_two | string |
None. |
|
| authorized_person_emailid | string |
None. |
|
| Dml_Indicator | string |
None. |
|
| StringResult | string |
None. |
|
| StringMsg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"hospital_facility_id": 1,
"hospital_id": "sample string 2",
"facility_id": 3,
"facility_name": "sample string 4",
"facility_registration_number": "sample string 5",
"authorized_person_name": "sample string 6",
"authorized_person_mobile_no_one": "sample string 7",
"authorized_person_mobile_no_two": "sample string 8",
"authorized_person_emailid": "sample string 9",
"Dml_Indicator": "sample string 10",
"StringResult": "sample string 11",
"StringMsg": "sample string 12"
}
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. |