module Ruconomic::API::DebtorEntry

Public Class Methods

find_by_invoice_number() click to toggle source

Returns handles for debtor entries for a given invoice number interval. Parameters: from: The minimum invoice number to search for. to: The maximum invoice number to search for.

@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=DebtorEntry_FindByInvoiceNumber @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 203
def self.find_by_invoice_number
  response = invoke('DebtorEntry_FindByInvoiceNumber') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
find_by_serial_number() click to toggle source

Returns an array of handles for the debtor entries with numbers in the given interval. Parameters: from: The beginning of the interval. to: the end of the 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=DebtorEntry_FindBySerialNumber @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 191
def self.find_by_serial_number
  response = invoke('DebtorEntry_FindBySerialNumber') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_account() click to toggle source

Gets the account of the debtor entry.

@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=DebtorEntry_GetAccount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 80
def self.get_account
  response = invoke('DebtorEntry_GetAccount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_amount() click to toggle source

Gets the currency amount of the debtor entry.

@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=DebtorEntry_GetAmount @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 135
def self.get_amount
  response = invoke('DebtorEntry_GetAmount') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_amount_default_currency() click to toggle source

Gets the amount of the debtor entry in the default currency.

@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=DebtorEntry_GetAmountDefaultCurrency @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 113
def self.get_amount_default_currency
  response = invoke('DebtorEntry_GetAmountDefaultCurrency') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_currency() click to toggle source

Gets the currency of the debtor entry.

@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=DebtorEntry_GetCurrency @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 124
def self.get_currency
  response = invoke('DebtorEntry_GetCurrency') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data() click to toggle source

Returns a debtor entry data object for a given debtor entry. Parameters: entityHandle: A handle for the debtor entry.

@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=DebtorEntry_GetData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 12
def self.get_data
  response = invoke('DebtorEntry_GetData') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_data_array() click to toggle source

Returns debtor entry data objects for a given set of debtor entry handles. Parameters: entityHandles: An array of the debtor entry 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=DebtorEntry_GetDataArray @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 24
def self.get_data_array
  response = invoke('DebtorEntry_GetDataArray') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_date() click to toggle source

Gets the date of the debtor entry.

@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=DebtorEntry_GetDate @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 58
def self.get_date
  response = invoke('DebtorEntry_GetDate') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_debtor() click to toggle source

Gets the debtor of the debtor entry.

@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=DebtorEntry_GetDebtor @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 69
def self.get_debtor
  response = invoke('DebtorEntry_GetDebtor') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_due_date() click to toggle source

Gets the due date of the debtor entry.

@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=DebtorEntry_GetDueDate @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 157
def self.get_due_date
  response = invoke('DebtorEntry_GetDueDate') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_invoice_number() click to toggle source

Gets the invoice number of the debtor entry.

@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=DebtorEntry_GetInvoiceNumber @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 146
def self.get_invoice_number
  response = invoke('DebtorEntry_GetInvoiceNumber') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_remainder() click to toggle source

Gets the currency remainder of the debtor entry.

@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=DebtorEntry_GetRemainder @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 168
def self.get_remainder
  response = invoke('DebtorEntry_GetRemainder') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_remainder_default_currency() click to toggle source

Gets the remainder of the debtor entry in the default currency.

@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=DebtorEntry_GetRemainderDefaultCurrency @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 179
def self.get_remainder_default_currency
  response = invoke('DebtorEntry_GetRemainderDefaultCurrency') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_serial_number() click to toggle source

Gets the number of the debtor entry. Parameters: debtorentryHandle: Handle for the debtor entry.

@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=DebtorEntry_GetSerialNumber @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 36
def self.get_serial_number
  response = invoke('DebtorEntry_GetSerialNumber') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_text() click to toggle source

Gets the text of the debtor entry.

@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=DebtorEntry_GetText @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 102
def self.get_text
  response = invoke('DebtorEntry_GetText') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_type() click to toggle source

Gets the entry type of the debtor entry.

@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=DebtorEntry_GetType @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 47
def self.get_type
  response = invoke('DebtorEntry_GetType') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
get_voucher_number() click to toggle source

Gets the voucher number of the debtor entry.

@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=DebtorEntry_GetVoucherNumber @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 91
def self.get_voucher_number
  response = invoke('DebtorEntry_GetVoucherNumber') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end
match_entries() click to toggle source

Matches the entries passed to the function. No return value. Parameters: entries: The debtor entries to be matched.

@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=DebtorEntry_MatchEntries @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/debtor_entry.rb, line 215
def self.match_entries
  response = invoke('DebtorEntry_MatchEntries') do |message|
    raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
  end
end