Click or drag to resize
IService3LProCustomerInvoicecreateCustomerInvoice Method

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

Skapar en kundfaktura.

Namespace: _3LProServices.CustomerInvoiceService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
bool createCustomerInvoice(
	CustomerInvoiceOptions options,
	CustomerInvoice invoice,
	out CustomerInvoiceReciept reciept,
	out List<string> errorMessages
)

Parameters

options
Type: _3LProServices.CustomerInvoiceServiceCustomerInvoiceOptions
Grundinställningar för att skapa faktura.
invoice
Type: _3LProServices.CustomerInvoiceServiceCustomerInvoice
Underlag till faktura som ska skapas.
reciept
Type: _3LProServices.CustomerInvoiceServiceCustomerInvoiceReciept
Information om skapad faktura i de fall metoden returnerar true.
errorMessages
Type: System.Collections.GenericListString
Om metoden returnerar FALSE, en lista med orsaker till att faktura inte har skapats. True = tom lista.

Return Value

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