module Ruconomic::API::SumInterval
Public Class Methods
Creates a new sum interval. Parameters: account: The account the sum interval is for. fromAccount: The from-account of the sum interval. toAccount: The to-account of the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_Create @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 84 def self.create response = invoke('SumInterval_Create') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Creates a new sum interval from a data object. Parameters: data: The data object that specifies the properties of the new sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_CreateFromData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 12 def self.create_from_data response = invoke('SumInterval_CreateFromData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Creates new sum interval from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_CreateFromDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 24 def self.create_from_data_array response = invoke('SumInterval_CreateFromDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Deletes a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_Delete @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 96 def self.delete response = invoke('SumInterval_Delete') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Gets a handle for the account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetAccount @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 108 def self.get_account response = invoke('SumInterval_GetAccount') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Returns a sum interval data object for a given sum interval. Parameters: entityHandle: A handle for the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 60 def self.get_data response = invoke('SumInterval_GetData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Returns sum interval data objects for a given set of sum interval handles. Parameters: entityHandles: An array of the sum interval handles.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 72 def self.get_data_array response = invoke('SumInterval_GetDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Gets the from-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetFromAccount @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 120 def self.get_from_account response = invoke('SumInterval_GetFromAccount') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Gets the to-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_GetToAccount @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 144 def self.get_to_account response = invoke('SumInterval_GetToAccount') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Sets the from-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval. value: The new from-account of the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_SetFromAccount @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 132 def self.set_from_account response = invoke('SumInterval_SetFromAccount') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Sets the to-account of a sum interval. Parameters: sumIntervalHandle: Handle for the sum interval. value: The new to-account of the sum interval.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_SetToAccount @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 156 def self.set_to_account response = invoke('SumInterval_SetToAccount') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Updates a sum interval from a data object. Parameters: data: The data object.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_UpdateFromData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 48 def self.update_from_data response = invoke('SumInterval_UpdateFromData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Update sum interval entities from data objects. Parameters: dataArray: The array of data objects.
@note TODO: This method was autogenerated from the WSDL - see github.com/coherify/ruconomic#contributing“ @see api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=SumInterval_UpdateFromDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/sum_interval.rb, line 36 def self.update_from_data_array response = invoke('SumInterval_UpdateFromDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end