| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeMiddleName |
Optional. Employees middle name |
string |
None. |
| RowNumber |
Optional. This is the Ordinal position of the record in the given record set. |
integer |
None. |
| EmployeeNumber |
Required. It is the Unique Employee Number. |
string |
None. |
| EmployeeFirstName |
Recommended. The employee's first name. |
string |
None. |
| EmployeeLastName |
Recommended. The employee's last name. |
string |
None. |
| EmployeeTitle |
Optional. The job title the employee. |
string |
None. |
| EmployeeEmail |
Optional. The email associated with the employee. |
string |
None. |
| DepartmentCode |
Optional. The employee's department code. |
string |
None. |
| SiteName |
Optional. The site of the location where the employee works at. |
string |
None. |
| LocationCode |
Optional. The location where the employee works at. |
string |
None. |
| ManagerFullName |
Read Only. This returns the full name of the employee's manager. |
string |
None. |
| EmployeeReportsTo |
Optional. The employee number of the employee's manager. |
string |
None. |
| Addresses |
Read Only. This returns the addresses associated with the employee. |
Collection of AddressInfo |
None. |
| PhoneNumbers |
Read Only. This returns the phone numbers associated with the employee. |
Collection of PhoneInfo |
None. |
| EmployeeNote |
Optional. This is used to add a new note to the employee. |
string |
None. |
| EmployeeNotes |
Read Only. This returns the notes associated with the employee. |
Collection of NoteInfo |
None. |
| CustomFields |
This retrieve or specify values for custom fields. |
Collection of DcfValueInfo |
None. |
| AttachmentsToAdd |
A list of attachment GUIDs to add to the employee. The attachment must already exist in the system. |
Collection of string |
None. |
| AttachmentsToDelete |
A list of attachment GUIDs to remove from the employee. |
Collection of string |
None. |
| AttachmentNames |
A list of attachment GUIDs and file names assigned to the employee. |
Collection of Pair of string [key] and string [value] |
None. |
| HasAttachment |
Read Only. This will be true If there is any attachments. |
boolean |
None. |