Click or drag to resize

projectTimesheetEntrygetInvoiceComments Method

Retrieves all invoice comments for a timesheet project/pjt_entity/employee/date

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 = "getInvoiceComments", Description = "Retrieves all invoice comments for a timesheet project/pjt_entity/employee/date")]
public projectTimesheetEntryinvoiceComment[] getInvoiceComments(
	string preparer_id,
	string docnbr,
	DateTime th_date
)

Parameters

preparer_id
Type: SystemString
docnbr
Type: SystemString
th_date
Type: SystemDateTime

Return Value

Type: projectTimesheetEntryinvoiceComment
See Also