module Ruconomic::API::CurrentSupplierInvoiceLine
Public Class Methods
Creates a new current invoice line. Parameters: invoiceHandle: Handle for a current supplier invoice. productHandle: Handle for a product
@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=CurrentSupplierInvoiceLine_Create @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 84 def self.create response = invoke('CurrentSupplierInvoiceLine_Create') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Creates a new current supplier invoice line from a data object. Parameters: data: The data object that specifies the properties of the new current supplier invoice line.
@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=CurrentSupplierInvoiceLine_CreateFromData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 12 def self.create_from_data response = invoke('CurrentSupplierInvoiceLine_CreateFromData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Creates new current supplier invoice lines from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new current supplier invoice lines.
@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=CurrentSupplierInvoiceLine_CreateFromDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 24 def self.create_from_data_array response = invoke('CurrentSupplierInvoiceLine_CreateFromDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Returns a current supplier invoice line data object for a given current supplier invoice line. Parameters: entityHandle: A handle for the current supplier invoice line.
@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=CurrentSupplierInvoiceLine_GetData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 60 def self.get_data response = invoke('CurrentSupplierInvoiceLine_GetData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Returns current supplier invoice line data objects for current supplier invoice lines. Parameters: entityHandles: The array of current supplier invoice line 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=CurrentSupplierInvoiceLine_GetDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 72 def self.get_data_array response = invoke('CurrentSupplierInvoiceLine_GetDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Updates a current supplier invoice line 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=CurrentSupplierInvoiceLine_UpdateFromData @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 48 def self.update_from_data response = invoke('CurrentSupplierInvoiceLine_UpdateFromData') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end
Update current supplier invoice lines 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=CurrentSupplierInvoiceLine_UpdateFromDataArray @return [Hash] The body content of the SOAP
response.
# File lib/ruconomic/api/current_supplier_invoice_line.rb, line 36 def self.update_from_data_array response = invoke('CurrentSupplierInvoiceLine_UpdateFromDataArray') do |message| raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing" end end