Click or drag to resize

projectTimesheetEntryeditInvoiceComment Method

Edits an invoice comment

Namespace:  ctDynamicsSL.project.timeAndExpense.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editInvoiceComment", Description = "Edits an invoice comment")]
public projectTimesheetEntryinvoiceComment editInvoiceComment(
	string actionType,
	projectTimesheetEntryinvoiceComment inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSL.project.timeAndExpense.inputprojectTimesheetEntryinvoiceComment

Return Value

Type: projectTimesheetEntryinvoiceComment
See Also