| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId |
The internal id for the employee. |
integer |
None. |
| EmployeeNumber |
The unique number associated with the employee. |
string |
None. |
| EmployeeFirstName |
Employee's first name. |
string |
None. |
| EmployeeLastName |
Employee's last name. |
string |
None. |
| DepartmentId |
The internal id for the department the employee belongs to. |
integer |
None. |
| DepartmentName |
The name of the department the employee belongs to. |
string |
None. |
| DepartmentCode |
The code of the department the employee belongs to. |
string |
None. |
| LocationId |
The internal id for the location the employee belongs to. |
integer |
None. |
| LocationCode |
The name of the location where the employee stays. |
string |
None. |
| SiteName |
The name of the site where the location is. |
string |
None. |
| EmployeeEmail |
The employee's email. |
string |
None. |
| CheckedOutQuantity |
The total amount of assets checked out to this employee |
decimal number |
None. |