Click or drag to resize

employeeMaintenancegetNewBenEmp 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 = "getNewBenEmp", Description = "get a blank BenEmp object")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public BenEmp getNewBenEmp(
	BenEmp inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLBenEmp

Return Value

Type: BenEmp
See Also