Click or drag to resize

IInvoiceAddNewInvoiceLogEntry Method

Adds a new Action history entry for an Invoice.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+cc2a5357b8231e24c5fd7606bb1e71a1374ad1e9
Syntax
void AddNewInvoiceLogEntry(
	string invoiceGuid,
	string context,
	string text,
	string source = null,
	DateTime? eventTimeUtc = null,
	bool ignoreDuplicates = false
)

Parameters

invoiceGuid  String
Invoice GUID, identifies the invoice that will get the entry.
context  String
String, which tells the content of the change. Either "Payment" or "Information".
text  String
Text for the action history entry.
source  String  (Optional)
String, which defines the source for the audit trail entry.
eventTimeUtc  NullableDateTime  (Optional)
Time for the log entry in UTC.
ignoreDuplicates  Boolean  (Optional)
When True, defines not to add a duplicate audit trail entry to the system.
Exceptions
ExceptionCondition
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
NotFoundExceptionInvoice could not be found.
See Also