All URIs are relative to https://www6.rentcentric.com:443/Client7020/UpNorthApi
Method | HTTP request | Description |
---|---|---|
gps_control_get_direction | GET /api/GpsControl/GetDirection | |
gps_control_get_engine_communication_status | GET /api/GpsControl/GetEngineCommunicationStatus | |
gps_control_get_fuel | GET /api/GpsControl/GetFuel | |
gps_control_get_fuel_percentage | GET /api/GpsControl/GetFuelPercentage | |
gps_control_get_gprs_time_stamp | GET /api/GpsControl/GetGprsTimeStamp | |
gps_control_get_gps_server_time | GET /api/GpsControl/GetGpsServerTime | |
gps_control_get_gps_time_stamp | GET /api/GpsControl/GetGpsTimeStamp | |
gps_control_get_ignition_status | GET /api/GpsControl/GetIgnitionStatus | |
gps_control_get_immobilizer_status | GET /api/GpsControl/GetImmobilizerStatus | |
gps_control_get_ip_address | GET /api/GpsControl/GetIpAddress | |
gps_control_get_last_ip_change_date | GET /api/GpsControl/GetLastIpChangeDate | |
gps_control_get_odometer | GET /api/GpsControl/GetOdometer | |
gps_control_get_speed | GET /api/GpsControl/GetSpeed | |
gps_control_get_vehicle_coordinates | GET /api/GpsControl/GetVehicleCoordinates |
ResponseInt32 gps_control_get_direction(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_direction(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_direction: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseString gps_control_get_engine_communication_status(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_engine_communication_status(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_engine_communication_status: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseInt32 gps_control_get_fuel(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_fuel(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_fuel: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseInt32 gps_control_get_fuel_percentage(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_fuel_percentage(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_fuel_percentage: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseDateTime gps_control_get_gprs_time_stamp(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_gprs_time_stamp(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_gprs_time_stamp: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseDateTime gps_control_get_gps_server_time(opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_gps_server_time(opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_gps_server_time: #{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
ResponseDateTime gps_control_get_gps_time_stamp(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_gps_time_stamp(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_gps_time_stamp: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseBoolean gps_control_get_ignition_status(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_ignition_status(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_ignition_status: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseBoolean gps_control_get_immobilizer_status(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_immobilizer_status(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_immobilizer_status: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseString gps_control_get_ip_address(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_ip_address(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_ip_address: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseDateTime gps_control_get_last_ip_change_date(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_last_ip_change_date(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_last_ip_change_date: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseInt32 gps_control_get_odometer(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_odometer(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_odometer: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseInt32 gps_control_get_speed(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_speed(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_speed: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml
ResponseMapPoint gps_control_get_vehicle_coordinates(vehicle_id, opts)
# load the gem
require 'rent_centric'
api_instance = RentCentric::GpsControlApi.new
vehicle_id = 56 # Integer |
opts = {
authorization: 'authorization_example' # String | {token_type} {access_token}
}
begin
result = api_instance.gps_control_get_vehicle_coordinates(vehicle_id, opts)
p result
rescue RentCentric::ApiError => e
puts "Exception when calling GpsControlApi->gps_control_get_vehicle_coordinates: #{e}"
end
Name | Type | Description | Notes |
---|---|---|---|
vehicle_id | Integer | ||
authorization | String | {token_type} {access_token} | [optional] |
No authorization required
- Content-Type: Not defined
- Accept: application/json, text/json, application/xml, text/xml