All URIs are relative to https://www6.rentcentric.com:443/Client7020/UpNorthApi
Method | HTTP request | Description |
---|---|---|
setting_get_api_version | GET /api/Setting/GetApiVersion | |
setting_get_countries | GET /api/Setting/GetCountries | |
setting_get_currency_symbol | GET /api/Setting/GetCurrencySymbol | |
setting_get_location_current_date_time | GET /api/Setting/GetLocationCurrentDateTime | |
setting_get_location_public_setting | GET /api/Setting/GetLocationPublicSetting | |
setting_get_minimum_age | GET /api/Setting/GetMinimumAge | |
setting_get_pay_methods | GET /api/Setting/GetPayMethods | |
setting_get_self_service_car_rental_setup | GET /api/Setting/GetSelfServiceCarRentalSetup | |
setting_get_states | GET /api/Setting/GetStates | |
setting_is_system_under_maintenance | GET /api/Setting/IsSystemUnderMaintenance |
ResponseMobileAppVersionDTO setting_get_api_version(mobile_name, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
mobile_name = 'mobile_name_example' # String |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_api_version(mobile_name, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_api_version: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
mobile_name | String | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseListCountryDTO setting_get_countries(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_countries(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_countries: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseString setting_get_currency_symbol(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
location_id: 56, # Integer |
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_currency_symbol(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_currency_symbol: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
location_id | Integer | [optional] | |
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseDateTime setting_get_location_current_date_time(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
location_id: 56, # Integer |
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_location_current_date_time(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_location_current_date_time: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
location_id | Integer | [optional] | |
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseLocationPublicSettingDTO setting_get_location_public_setting(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
location_id: 56, # Integer |
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_location_public_setting(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_location_public_setting: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
location_id | Integer | [optional] | |
authorization | String | {token_type} {access_token} | [optional] |
ResponseLocationPublicSettingDTO
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseInt32 setting_get_minimum_age(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
location_id: 56, # Integer |
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_minimum_age(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_minimum_age: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
location_id | Integer | [optional] | |
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseListPayMethodDTO setting_get_pay_methods(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_pay_methods(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_pay_methods: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseSelfServiceCarRentalSetupDTO setting_get_self_service_car_rental_setup(location_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
location_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_self_service_car_rental_setup(location_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_self_service_car_rental_setup: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
location_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
ResponseSelfServiceCarRentalSetupDTO
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseListStateDTO setting_get_states(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_get_states(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_get_states: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseBoolean setting_is_system_under_maintenance(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::SettingApi.new
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.setting_is_system_under_maintenance(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling SettingApi->setting_is_system_under_maintenance: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml