Click or drag to resize

siteMaintenancegetTechniciansByEmployeeID Method

Searches for technicians based on employeeID

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getTechniciansByEmployeeID", Description = "Searches for technicians based on employeeID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public smEmp[] getTechniciansByEmployeeID(
	string employeeID
)

Parameters

employeeID
Type: SystemString

Return Value

Type: smEmp
See Also