Returns a listing of gift certificate types.
GetGiftCertificateTypeListing(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. |
|
cCertifName |
String |
40 |
Name of the gift certificate type. |
|
dDateDel |
DateTime |
8 |
Date deleted. |