module Ruconomic::API::CurrentSupplierInvoice

Public Class Methods

create() click to toggle source

Creates a new current supplier invoice. Parameters: creditor: Handle for a creditor.

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

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

Creates a new current supplier invoice from a data object. Parameters: data: The data object that specifies the properties of the new current supplier invoice.

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

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

Creates new current supplier invoices from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new current supplier invoices.

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

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

Returns handles for all current supplier invoices.

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

# File lib/ruconomic/api/current_supplier_invoice.rb, line 23
def self.get_all
  response = invoke('CurrentSupplierInvoice_GetAll') 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 current supplier invoice data object for a given current supplier invoice. Parameters: entityHandle: A handle for the current supplier invoice.

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

# File lib/ruconomic/api/current_supplier_invoice.rb, line 95
def self.get_data
  response = invoke('CurrentSupplierInvoice_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 current supplier invoice data objects for a given set of current invoice handles. Parameters: entityHandles: An array of the current supplier invoice 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=CurrentSupplierInvoice_GetDataArray @return [Hash] The body content of the SOAP response.

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

Gets handles for the lines of a current supplier invoice. Parameters: currentSupplierInvoiceHandle: Handle for the current supplier invoice.

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

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

Updates a current supplier invoice 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=CurrentSupplierInvoice_UpdateFromData @return [Hash] The body content of the SOAP response.

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

Update current supplier invoices 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=CurrentSupplierInvoice_UpdateFromDataArray @return [Hash] The body content of the SOAP response.

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