# JiboHotelServicesApi.HotelServicesApi

All URIs are relative to *https://jiboinroom.accpmo.com/api/v1*

Method | HTTP request | Description
------------- | ------------- | -------------
[**hotelServicesGet**](HotelServicesApi.md#hotelServicesGet) | **GET** /HotelServices | Get Hotel Services


<a name="hotelServicesGet"></a>
# **hotelServicesGet**
> [InlineResponse2001] hotelServicesGet(hotelID)

Get Hotel Services

The Hotel Services endpoint returns information about the *Hotel Services* using the hotel ID. 

### Example
```javascript
var JiboHotelServicesApi = require('jibo_hotel_services_api');

var apiInstance = new JiboHotelServicesApi.HotelServicesApi();

var hotelID = "hotelID_example"; // String | Hotel where JIBO is placed at the moment.


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
apiInstance.hotelServicesGet(hotelID, callback);
```

### Parameters

Name | Type | Description  | Notes
------------- | ------------- | ------------- | -------------
 **hotelID** | **String**| Hotel where JIBO is placed at the moment. | 

### Return type

[**[InlineResponse2001]**](InlineResponse2001.md)

### Authorization

No authorization required

### HTTP request headers

 - **Content-Type**: Not defined
 - **Accept**: application/json

