Returns a service listing for the specified service subclass.
GetServiceListingBySubClass(XmlIds AS Boolean, IncludeDeleted AS Boolean, IncludeInactive AS Boolean)
XML String
XmlIds = XML String containing the Service Subclass Ids of the records to return. You must format this string using the XML IdList Structure Definition.
IncludeDeleted = Select to include deleted records in the results.
IncludeInactive = Select to include inactive service records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier |
|
cCode |
String |
10 |
Identifying code for the service. |
|
cDescript |
String |
40 |
Description of service. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lInActive |
Boolean |
1 |
Indicates whether the service is inactive. |