Returns an employee listing that includes employee names and codes.
GetEmployeeListing(IncludeDeleted AS Boolean, IncludeInactive AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
IncludeInactive = Select to include inactive records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cCode |
String |
40 |
Identifying code for the employee. |
|
cLastName |
String |
20 |
Last name. |
|
cFirstName |
String |
15 |
First name. |
|
cArea |
String |
4 |
Home area code. |
|
cPhone |
String |
8 |
Home phone. |