| 
            
              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+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
SyntaxList<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
RemarksWhen there are items that belong to many cases of a same account, only one invoice is created for that account.
See Also