Click or drag to resize

IDealEntityBase.AddSupplier Method

Add supplier to the deal

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
void AddSupplier(
	string supplierId,
	IDealSupplierEntity existingLine
)

Parameters

supplierId
Type: System.String
Supplier code
existingLine
Type: EBP.Api.Interfaces.Invoicing.Module.Entities.Deal.IDealSupplierEntity
An existing line
See Also