module PortfolioManager::REST::DataExchangeSettings

Advanced Settings for Organizations Exchanging Data @see portfoliomanager.energystar.gov/webservices/home/api/account

Public Instance Methods

data_exchange_custom_field_list() click to toggle source

This web service returns a list of custom fields that are used by your account. These custom fields allow you to gather more data from your customers as they send connection and share requests to you.

@see portfoliomanager.energystar.gov/webservices/home/api/account/customFieldList/get

# File lib/portfolio_manager/rest/data_exchange_settings.rb, line 26
def data_exchange_custom_field_list
  perform_get_request('/dataExchangeSettings/customField/list')
end
data_exchange_settings() click to toggle source

This web service retrieves the various settings that describes your data exchange service offerings such as terms and conditions, supported fuel types, etc.

@see portfoliomanager.energystar.gov/webservices/home/api/account/settings/get

# File lib/portfolio_manager/rest/data_exchange_settings.rb, line 16
def data_exchange_settings
  perform_get_request('/dataExchangeSettings')
end