Click or drag to resize
IService3LProAccountingVouchercreateAccountingVoucher Method

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

Skapar nytt verifikat i 3L Pro.

Namespace: _3LProServices.AccountingVoucherService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool createAccountingVoucher(
	AccountingVoucherOptions options,
	AccountingVoucherIn accountingVoucher,
	out List<AccountingVoucherOut> createdAccountingVouchers,
	out List<string> errorMessages
)

Parameters

options
Type: _3LProServices.AccountingVoucherServiceAccountingVoucherOptions
Grundinställningar för importen.
accountingVoucher
Type: _3LProServices.AccountingVoucherServiceAccountingVoucherIn
Verifikat som ska skapas
createdAccountingVouchers
Type: System.Collections.GenericListAccountingVoucherOut
Lista med skapade verifikat i retur. Lista p.g.a. att automatkontering och periodisering kan ge nya verifikat i nästa bokföringsår.
errorMessages
Type: System.Collections.GenericListString
Om metoden returnerar FALSE, en lista med orsaker till att verfikat inte har skapats. True = tom lista.

Return Value

Type: Boolean
True - om allt har gått bra. False - det går inte att skapa verifikat.
See Also