Returns a service subclass listing
GetServiceSubClassListing(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 |
|
iParentClassId |
Integer |
4 |
Foreign Key to Parent Service Class iId. |
|
cClassName |
String |
30 |
Service class name. |
|
cSubClassName |
String |
40 |
Service class abbreviation. |
|
dDateDel |
DateTime |
8 |
Date deleted. |