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)
Syntaxpublic Employee GetEmployee(
int pID
)
Public Function GetEmployee (
pID As Integer
) As Employee
Parameters
- pID
- Type: SystemInt32
Data item ID
Return Value
Type:
EmployeeData item
Remarks
URL: api/EmployeeData/GetEmployee/[ID]
See Also