Click or drag to resize
Service3LProAccountingVouchercreateAccountingVoucher Method

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

Skapar nytt verifikat

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

Parameters

options
Type: _3LProServices.AccountingVoucherServiceAccountingVoucherOptions
Grundinställningar
accountingVoucher
Type: _3LProServices.AccountingVoucherServiceAccountingVoucherIn
Inkommande bokföringsorder - underlag för att skapa verifikat.
createdAccountingVouchers
Type: System.Collections.GenericListAccountingVoucherOut
Om metoden returnerar TRUE, en lista med färdiga verifikat alt. verifikat för förhandsgranskning.
errorMessages
Type: System.Collections.GenericListString
Om metoden returernar FALSE, en lista med orsak/-er i klartext.

Return Value

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

Implements

IService3LProAccountingVouchercreateAccountingVoucher(AccountingVoucherOptions, AccountingVoucherIn, ListAccountingVoucherOut, ListString)
See Also