Returns an appointment type listing.
GetApptTypeListing(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 |
|
cAbbreviation |
String |
2 |
Two-character abbreviation for the appointment type. |
|
cDescription |
String |
40 |
Description for the appointment type. |
|
dDateDel |
DateTime |
8 |
Date deleted. |