Click or drag to resize
IService3LProSupplierInvoicecancelSupplierInvoice Method

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

Makulera leverantörsfaktura i 3LPro

Namespace: _3LProServices.SupplierInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool cancelSupplierInvoice(
	SupplierInvoiceOptions supplierInvoiceOptions,
	SupplierInvoice supplierInvoice,
	out List<string> messages
)

Parameters

supplierInvoiceOptions
Type: _3LProServices.SupplierInvoiceServiceSupplierInvoiceOptions
Grundinställningar
supplierInvoice
Type: _3LProServices.SupplierInvoiceServiceSupplierInvoice
Inkommande leverantörsfaktura med kontering
messages
Type: System.Collections.GenericListString
Lista med eventuella felmeddelanden

Return Value

Type: Boolean
True - om allt har gått bra. False - det gick inte att makulera leverantörsfakturan
See Also