Click or drag to resize

IInvoiceCreateInvoices Method

Creates new Invoices based on the given items, cases and their accounts.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax
List<Invoice> CreateInvoices(
	InvoiceInformation invoiceInformation
)

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

ListInvoice
List of Invoice objects.
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
Remarks
When there are items that belong to many cases of a same account, only one invoice is created for that account.
See Also