Versionsnyheter återfinns här>>


ICustomerServiceCreateInvoice Method

Skapar en kundfaktura

Definition

Namespace: Vitec.Ekonomi.Services.Customer
Assembly: VitecEkonomiServices (in VitecEkonomiServices.dll) Version: 101.0.0.0 (101.0.0.0)
C#
InvoiceReciept CreateInvoice(
	CompanySelector companySelector,
	InvoiceOptions options,
	Invoice invoice
)

Parameters

companySelector  CompanySelector
Företagsval
options  InvoiceOptions
Grundinställningar för att skapa faktura.
invoice  Invoice
Underlag till faktura som ska skapas.

Return Value

InvoiceReciept
Kvitto med information om skapad faktura.

Exceptions

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

See Also