Module: PortfolioManager::REST::DataExchangeSettings

Includes:
Utils
Included in:
API
Defined in:
lib/portfolio_manager/rest/data_exchange_settings.rb

Overview

Advanced Settings for Organizations Exchanging Data

Instance Method Summary collapse

Instance Method Details

#data_exchange_custom_field_listObject

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.



26
27
28
# 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_settingsObject

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



16
17
18
# File 'lib/portfolio_manager/rest/data_exchange_settings.rb', line 16

def data_exchange_settings
  perform_get_request('/dataExchangeSettings')
end