Click or drag to resize
Service3LProSupplierInvoicegetAllAccounts Method

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

Ger alla konton från ett önskat företags kontoplan

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool getAllAccounts(
	short companyId,
	string externalCompanyId,
	string corporateId,
	out List<Account> accounts,
	out List<string> errorMessages
)

Parameters

companyId
Type: SystemInt16
Företagsid i 3LPro
externalCompanyId
Type: SystemString
Externt företagsid
corporateId
Type: SystemString
Organisationsnummer
accounts
Type: System.Collections.GenericListAccount
Lista med alla konton som finns i önskat företags kontoplan
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 konton

Implements

IService3LProSupplierInvoicegetAllAccounts(Int16, String, String, ListAccount, ListString)
See Also