Click or drag to resize

projectTimesheetEntrygetTimesheetEntriesByID Method

Searches for PJTIMHDR (timesheet) entries by employeeID and ID

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 = "getTimesheetEntriesByID", Description = "Searches for PJTIMHDR (timesheet) entries by ID")]
public PJTIMHDR[] getTimesheetEntriesByID(
	string employeeID,
	string docNbr
)

Parameters

employeeID
Type: SystemString
docNbr
Type: SystemString

Return Value

Type: PJTIMHDR
See Also