Add a new 'Request For Quotation Line' entry. Request For Quotation Line (ASBIE). An association to one or more Request For Quotation Lines.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
void AddRequestForQuotLine(
	IRequestForQuotationLine requestForQuotationLine
)
Visual Basic
Sub AddRequestForQuotLine ( 
	requestForQuotationLine As IRequestForQuotationLine
)
Visual C++
void AddRequestForQuotLine(
	IRequestForQuotationLine^ requestForQuotationLine
)
F#
abstract AddRequestForQuotLine : 
        requestForQuotationLine : IRequestForQuotationLine -> unit 

See Also