| 
            
              IInvoiceAddNewInvoiceLogEntry Method
             | 
          
        
        
 Adds a new Action history entry for an Invoice.
 
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
Syntaxvoid AddNewInvoiceLogEntry(
	string invoiceGuid,
	string context,
	string text,
	string source = null,
	DateTime? eventTimeUtc = null,
	bool ignoreDuplicates = false
)
Sub AddNewInvoiceLogEntry ( 
	invoiceGuid As String,
	context As String,
	text As String,
	Optional source As String = Nothing,
	Optional eventTimeUtc As DateTime? = Nothing,
	Optional ignoreDuplicates As Boolean = 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
See Also