Click or drag to resize

SettingsServiceImportCompanyOutlets Method

Imports CompanyOutlet records.

Namespace:  AMCS.Elemos.IntegrationService.Services.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ImportCompanyOutlets(
	string authenticationKey,
	IList<CompanyOutletPartialEntity> companyOutlets,
	out IList<CompanyOutletPartialEntity> rejectedCompanyOutlets
)

Parameters

authenticationKey
Type: SystemString
Authentication key
companyOutlets
Type: System.Collections.GenericIListCompanyOutletPartialEntity
rejectedCompanyOutlets
Type: System.Collections.GenericIListCompanyOutletPartialEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also