 | SettingsServiceExportCompanyOutlets Method |
Exports 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)
Syntaxpublic IList<CompanyOutletPartialEntity> ExportCompanyOutlets(
string authenticationKey
)
Public Function ExportCompanyOutlets (
authenticationKey As String
) As IList(Of CompanyOutletPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
Authentication key
Return Value
Type:
IListCompanyOutletPartialEntity
List of CompanyOutlet records.
Exceptions
See Also