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+0805aa6f00bdf9d98f1463ed5504d3f1b9f4a60a
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