Versionsnyheter återfinns här>>


ISupplierServiceCreateInvoice Method

Skapa ny leverantörsfaktura i Vitec Ekonomi / 3L Pro

Definition

Namespace: Vitec.Ekonomi.Services.Supplier
Assembly: VitecEkonomiServices (in VitecEkonomiServices.dll) Version: 100.0.0.0 (100.0.0.0)
C#
InvoiceReciept CreateInvoice(
	CompanySelector companySelector,
	InvoiceOptions invoiceOptions,
	Invoice invoice
)

Parameters

companySelector  CompanySelector
Företagsval
invoiceOptions  InvoiceOptions
Inställningar för hur leverantörsfaktura / kontering av leverantörsfaktura ska ha hanteras
invoice  Invoice
Inkommande faktura med konteringar.

Return Value

InvoiceReciept
Kvittens med information om skapad faktura med tillhörande verifikat.

Remarks

Om slutlig kontering önskas i retur, så anropa i stället CreateInvoiceExt(CompanySelector, InvoiceOptions, Invoice)

Exceptions

ServiceFaultKastas om det inte går att genomföra metodanropet. För information om orsaken, se [fångat exception].Detail.Messages

See Also