Returns an employee classification listing.
GetEmployeeClassListing(IncludeDeleted AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cClassification |
String |
30 |
Employee classification name. |
|
dDateDel |
DateTime |
8 |
Date service class was deleted. |
|
cShortCut |
String |
1 |
Appointment Book shortcut key. |
|
iGId |
Integer |
4 |
Global Id for employee classification. |