Click or drag to resize
IEmployeeApiAddEmployeeStatus Method
Adds one or more statuses for given employee. All status start dates for each employee should be unique.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
void AddEmployeeStatus(
	EmployeeStatusHistory status
)

Parameters

status
Type: AMG.API.Definitions.EmployeesEmployeeStatusHistory
EmployeeStatusHistory item containing new statuses to add.
See Also