Service3LProCustomerInvoicecreateCustomerInvoice Method |
[This is preliminary documentation and is subject to change.]
Skapar en kundfaktura.
Namespace: _3LProServices.CustomerInvoiceServiceAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxpublic bool createCustomerInvoice(
CustomerInvoiceOptions options,
CustomerInvoice invoice,
out CustomerInvoiceReciept reciept,
out List<string> errorMessages
)
Public Function createCustomerInvoice (
options As CustomerInvoiceOptions,
invoice As CustomerInvoice,
<OutAttribute> ByRef reciept As CustomerInvoiceReciept,
<OutAttribute> ByRef errorMessages As List(Of String)
) As Boolean
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:
BooleanTrue - om allt har gått bra. False - det går inte att skapa faktura.
Implements
IService3LProCustomerInvoicecreateCustomerInvoice(CustomerInvoiceOptions, CustomerInvoice, CustomerInvoiceReciept, ListString)
See Also