MediBuddy Mobile Services V1.1

<back to all web services

HospitalRoomDetailsRequest

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: mb-mobile-api.medibuddy.in 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<HospitalRoomDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobile.DTO.RequestResponse">
  <IPAddress xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</IPAddress>
  <MBToken xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</MBToken>
  <MobileDeviceModel xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</MobileDeviceModel>
  <PlatformVer xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</PlatformVer>
  <UserAgent xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</UserAgent>
  <UserPlatform xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobileAPI.Core.DTO">String</UserPlatform>
  <HospitalId>0</HospitalId>
</HospitalRoomDetailsRequest>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<HospitalRoomDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediBuddyMobile.DTO.RequestResponse">
  <RoomDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/MediBuddyMobile.DTO">
    <d2p1:NetworkHospitalRoomDetails>
      <d2p1:HospID>0</d2p1:HospID>
      <d2p1:HospName>String</d2p1:HospName>
      <d2p1:HospitalRoomType>String</d2p1:HospitalRoomType>
      <d2p1:LockedBy>String</d2p1:LockedBy>
      <d2p1:NoOfBedsAvailable>0</d2p1:NoOfBedsAvailable>
      <d2p1:NoOfBedsPerRoom>0</d2p1:NoOfBedsPerRoom>
      <d2p1:NoOfRoomsAvailable>0</d2p1:NoOfRoomsAvailable>
      <d2p1:NoOfTotalRooms>0</d2p1:NoOfTotalRooms>
      <d2p1:RoomChargesPerDay>0</d2p1:RoomChargesPerDay>
      <d2p1:RoomFacilities xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </d2p1:RoomFacilities>
      <d2p1:RoomFacilitiesString>String</d2p1:RoomFacilitiesString>
      <d2p1:RoomImages>
        <d2p1:HospitalImages>
          <d2p1:HospId>0</d2p1:HospId>
          <d2p1:ImageDescription>String</d2p1:ImageDescription>
          <d2p1:ImageId>0</d2p1:ImageId>
          <d2p1:ImageLink>String</d2p1:ImageLink>
          <d2p1:ImageThumbNailLink>String</d2p1:ImageThumbNailLink>
        </d2p1:HospitalImages>
      </d2p1:RoomImages>
      <d2p1:RoomOtherFacilities xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>String</d4p1:string>
      </d2p1:RoomOtherFacilities>
      <d2p1:RoomType>String</d2p1:RoomType>
    </d2p1:NetworkHospitalRoomDetails>
  </RoomDetails>
</HospitalRoomDetailsResponse>

    </soap12:Body>
</soap12:Envelope>