Module: PortfolioManager::REST::DataExchangeSettings
Overview
Advanced Settings for Organizations Exchanging Data
Instance Method Summary collapse
-
#data_exchange_custom_field_list ⇒ Object
This web service returns a list of custom fields that are used by your account.
-
#data_exchange_settings ⇒ Object
This web service retrieves the various settings that describes your data exchange service offerings such as terms and conditions, supported fuel types, etc.
Instance Method Details
#data_exchange_custom_field_list ⇒ Object
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.
28 29 30 |
# File 'lib/portfolio_manager/rest/data_exchange_settings.rb', line 28 def data_exchange_custom_field_list perform_get_request('/dataExchangeSettings/customField/list') end |
#data_exchange_settings ⇒ Object
This web service retrieves the various settings that describes your data exchange service offerings such as terms and conditions, supported fuel types, etc.
18 19 20 |
# File 'lib/portfolio_manager/rest/data_exchange_settings.rb', line 18 def data_exchange_settings perform_get_request('/dataExchangeSettings') end |