Click or drag to resize

projectTimesheetEntrygetPJEMPPJTs Method

Returns PJEMPPJTs for a project employee

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 = "getPJEMPPJTs", Description = "Returns PJEMPPJTs for a project employee")]
public PJEMPPJT[] getPJEMPPJTs(
	string projectID,
	string employeeID,
	DateTime effect_date
)

Parameters

projectID
Type: SystemString
employeeID
Type: SystemString
effect_date
Type: SystemDateTime

Return Value

Type: PJEMPPJT
See Also