Click or drag to resize
IEmployeeApiGetEmployee Method
Gets one employee information.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
EmployeeWithStatus GetEmployee(
	int id
)

Parameters

id
Type: SystemInt32
Employee's ID.

Return Value

Type: EmployeeWithStatus
Returns one employee information.
See Also