module Ruconomic::API::QuotationLine

Public Class Methods

create() click to toggle source

Creates a new quotation line. Parameters: quotationHandle: Handle for a quotation.

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

# File lib/ruconomic/api/quotation_line.rb, line 372
def self.create
  response = invoke('QuotationLine_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 quotation line from a data object. Parameters: data: The data object that specifies the properties of the new quotation 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=QuotationLine_CreateFromData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/quotation_line.rb, line 12
def self.create_from_data
  response = invoke('QuotationLine_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 quotation lines from data objects. Parameters: dataArray: The array of data objects that specifies the properties of the new quotation 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=QuotationLine_CreateFromDataArray @return [Hash] The body content of the SOAP response.

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

Deletes an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_Delete @return [Hash] The body content of the SOAP response.

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

Returns handles for quotation lines that uses a given product. Parameters: product: The product 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=QuotationLine_FindByProduct @return [Hash] The body content of the SOAP response.

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

Returns handles for quotation lines that uses a given set of products. Parameters: products: The products 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=QuotationLine_FindByProductList @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/quotation_line.rb, line 407
def self.find_by_product_list
  response = invoke('QuotationLine_FindByProductList') 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 quotation 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=QuotationLine_GetAll @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/quotation_line.rb, line 383
def self.get_all
  response = invoke('QuotationLine_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 an quotation line data object for a given quotation line. Parameters: entityHandle: A handle for the quotation 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=QuotationLine_GetData @return [Hash] The body content of the SOAP response.

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

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

Gets the delivery date of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetDeliveryDate @return [Hash] The body content of the SOAP response.

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

Gets a handle for the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetDepartment @return [Hash] The body content of the SOAP response.

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

Gets the description of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetDescription @return [Hash] The body content of the SOAP response.

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

Gets discount of an quotation line as percent. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetDiscountAsPercent @return [Hash] The body content of the SOAP response.

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

Gets a handle for the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetDistributionKey @return [Hash] The body content of the SOAP response.

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

Gets a handle for the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetInventoryLocation @return [Hash] The body content of the SOAP response.

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

Gets the margin as percent of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetMarginAsPercent @return [Hash] The body content of the SOAP response.

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

Gets the number of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetNumber @return [Hash] The body content of the SOAP response.

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

Gets handle for product of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetProduct @return [Hash] The body content of the SOAP response.

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

Gets primary quantity of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetQuantity @return [Hash] The body content of the SOAP response.

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

Gets a handle for the quotation of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetQuotation @return [Hash] The body content of the SOAP response.

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

Gets the margin of an quotation line (in the currency of the quotation). Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetTotalMargin @return [Hash] The body content of the SOAP response.

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

Gets the total amount without VAT of an quotation line (in the currency of the quotation). Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetTotalNetAmount @return [Hash] The body content of the SOAP response.

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

Gets handle for primary unit of an quotation line. Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetUnit @return [Hash] The body content of the SOAP response.

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

Gets the cost price per unit witout VAT of an quotation line (in the default currency). Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetUnitCostPrice @return [Hash] The body content of the SOAP response.

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

Gets price per unit without VAT of an quotation line (in the currency of the quotation). Parameters: quotationLineHandle: Handle for the quotation 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=QuotationLine_GetUnitNetPrice @return [Hash] The body content of the SOAP response.

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

Sets the delivery date of an quotation line. Parameters: quotationLineHandle: Handle for the quotation line. value: The new delivery date of the quotation 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=QuotationLine_SetDeliveryDate @return [Hash] The body content of the SOAP response.

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

Sets the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set. Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new department of the quotation 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=QuotationLine_SetDepartment @return [Hash] The body content of the SOAP response.

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

Sets the description of an quotation line. Parameters: quotationLineHandle: Handle for the quotation line. value: The new description of the quotation 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=QuotationLine_SetDescription @return [Hash] The body content of the SOAP response.

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

Sets discount of an quotation line as percent. Parameters: quotationLineHandle: Handle for the quotation line. value: The new discount as percent of the quotation 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=QuotationLine_SetDiscountAsPercent @return [Hash] The body content of the SOAP response.

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

Sets the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set. Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new distribution key of the quotation 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=QuotationLine_SetDistributionKey @return [Hash] The body content of the SOAP response.

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

Sets the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module. Parameters: quotationLineHandle: Handle for the current invoice line. value: Handle for the new inventory location of the quotation 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=QuotationLine_SetInventoryLocation @return [Hash] The body content of the SOAP response.

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

Sets product of an quotation line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price. Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new product of the quotation 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=QuotationLine_SetProduct @return [Hash] The body content of the SOAP response.

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

Sets primary quantity of an quotation line. The product of the quotation line must be set before setting this property. Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for primary quantity of the quotation 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=QuotationLine_SetQuantity @return [Hash] The body content of the SOAP response.

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

Sets primary unit of an quotation line. Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new primary unit of the quotation 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=QuotationLine_SetUnit @return [Hash] The body content of the SOAP response.

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

Sets price per unit without VAT of an quotation line (in the currency of the quotation). The product of the quotation line must be set before setting this property. Parameters: quotationLineHandle: Handle for the quotation line. value: The new price per unit without VAT of the quotation 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=QuotationLine_SetUnitNetPrice @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/quotation_line.rb, line 228
def self.set_unit_net_price
  response = invoke('QuotationLine_SetUnitNetPrice') 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 an quotation 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=QuotationLine_UpdateFromData @return [Hash] The body content of the SOAP response.

# File lib/ruconomic/api/quotation_line.rb, line 48
def self.update_from_data
  response = invoke('QuotationLine_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 quotation 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=QuotationLine_UpdateFromDataArray @return [Hash] The body content of the SOAP response.

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