Click or drag to resize
IEmployeeApiAddEmployee Method
Adds new employee.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int AddEmployee(
	EmployeeWithStatus employee
)

Parameters

employee
Type: AMG.API.Definitions.EmployeesEmployeeWithStatus
Employee to add.

Return Value

Type: Int32
Returns newly inserted employee ID.
See Also