IService3LProSupplierInvoicegetAllCompanies Method |
[This is preliminary documentation and is subject to change.]
Ger alla företag som använder integrationen StandardEFH.
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool getAllCompanies(
out List<Company> companies,
out List<string> errorMessages
)
Function getAllCompanies (
<OutAttribute> ByRef companies As List(Of Company),
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- companies
- Type: System.Collections.GenericListCompany
Lista med företag - errorMessages
- Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden
Return Value
Type:
BooleanTrue - om allt har gått bra. False - det gick inte att hämta företag
See Also