Click or drag to resize

employeeMaintenancegetNewEmployee Method

Namespace:  ctDynamicsSL.financial.payroll.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getNewEmployee", Description = "get a blank Employee object")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Employee getNewEmployee(
	Employee inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLEmployee

Return Value

Type: Employee
See Also