Click or drag to resize

EmployeeDataControllerGetEmployee Method

Get employee by ID

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public Employee GetEmployee(
	int pID
)

Parameters

pID
Type: SystemInt32
Data item ID

Return Value

Type: Employee
Data item
Remarks
URL: api/EmployeeData/GetEmployee/[ID]
See Also