IEmployeeApiAddEmployee Method |
Adds new employee.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax int AddEmployee(
EmployeeWithStatus employee
)
Function AddEmployee (
employee As EmployeeWithStatus
) As Integer
int AddEmployee(
EmployeeWithStatus^ employee
)
abstract AddEmployee :
employee : EmployeeWithStatus -> int
Parameters
- employee
- Type: AMG.API.Definitions.EmployeesEmployeeWithStatus
Employee to add.
Return Value
Type:
Int32Returns newly inserted employee ID.
See Also