POST api/PatientApp/GetHospitalHomeCollectionServices
Request Information
URI Parameters
None.
Body Parameters
GetHospitalHomeCollectionServices| Name | Description | Type | Additional information |
|---|---|---|---|
| iHospitalLocationId | integer |
None. |
|
| iDepartmentId | integer |
None. |
|
| iSubDepartmentId | integer |
None. |
|
| sType | string |
None. |
|
| sServiceName | string |
None. |
|
| FacilityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"iHospitalLocationId": 1,
"iDepartmentId": 2,
"iSubDepartmentId": 3,
"sType": "sample string 4",
"sServiceName": "sample string 5",
"FacilityId": 6
}
application/xml, text/xml
Sample:
<GetHospitalHomeCollectionServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService"> <FacilityId>6</FacilityId> <iDepartmentId>2</iDepartmentId> <iHospitalLocationId>1</iHospitalLocationId> <iSubDepartmentId>3</iSubDepartmentId> <sServiceName>sample string 5</sServiceName> <sType>sample string 4</sType> </GetHospitalHomeCollectionServices>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.