Click or drag to resize

IDealEntityBaseAddCustomer Method

Add customer 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 AddCustomer(
	string customerId,
	IDealCustomerEntity existingLine
)

Parameters

customerId
Type: SystemString
Customer code
existingLine
Type: EBP.Api.Interfaces.Invoicing.Module.Entities.DealIDealCustomerEntity
An existing line
See Also