IService3LProSupplierInvoicegetAllAccountDimensions Method |
[This is preliminary documentation and is subject to change.]
Ger alla konteringskoder för ett önskat företag
Namespace: _3LProServices.SupplierInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxbool getAllAccountDimensions(
short companyId,
string externalCompanyId,
string corporateId,
out List<AccountDimension> accountDimensions,
out List<string> errorMessages
)
Function getAllAccountDimensions (
companyId As Short,
externalCompanyId As String,
corporateId As String,
<OutAttribute> ByRef accountDimensions As List(Of AccountDimension),
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
Parameters
- companyId
- Type: SystemInt16
Företagsid i 3LPro - externalCompanyId
- Type: SystemString
Externt företagsid - corporateId
- Type: SystemString
Organisationsnummer - accountDimensions
- Type: System.Collections.GenericListAccountDimension
Lista med alla konteringskoder som används för angivet 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 konteringskoder
See Also