Click or drag to resize
IService3LProSupplierInvoicegetAllCompanies Method

[This is preliminary documentation and is subject to change.]

Ger alla företag som använder integrationen StandardEFH.

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool getAllCompanies(
	out List<Company> companies,
	out List<string> errorMessages
)

Parameters

companies
Type: System.Collections.GenericListCompany
Lista med företag
errorMessages
Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden

Return Value

Type: Boolean
True - om allt har gått bra. False - det gick inte att hämta företag
See Also