|
IInvoiceCreateInvoices Method
|
Creates new Invoices based on the given items, cases and their accounts.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax List<Invoice> CreateInvoices(
InvoiceInformation invoiceInformation
)
Function CreateInvoices (
invoiceInformation As InvoiceInformation
) As List(Of Invoice)
Parameters
- invoiceInformation InvoiceInformation
- InvoiceInformation object.
Mandatory data members:
- ItemGUIDs. Identifies the items that will be created to invoices.
- Date. Identifies the invoice date.
- Status. Identifies the status which invoice will get.
Return Value
ListInvoiceList of Invoice objects.
Exceptions Remarks When there are items that belong to many cases of a same account, only one invoice is created for that account.
See Also