Returns a service class listing.
GetServiceClassListing(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 |
|
cClassName |
String |
30 |
Service class name. |
|
cAbbreviation |
String |
2 |
Service class abbreviation. |
|
dDateDel |
DateTime |
8 |
Date deleted. |