Returns basic information for the specified gift certificate(s), including the number of weeks until expiration.
GetGiftCertificateTypeInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Gift Certificate Ids of the records to return. You must format this string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cCertifName |
String |
40 |
Gift certificate name. |
|
nExpireWeeks |
Decimal |
3 |
Number of weeks from the sale date until the expiration date. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
iGId |
Integer |
4 |
Gift Certificate Type Global Id. |
|
tChanged |
DateTime |
8 |
Date/time last updated. |
|
iChgBy |
Integer |
4 |
Id of the Employee who last updated the gift certificate. |
|
dCreated |
DateTime |
8 |
Date created. |
|
yDefaultValue |
Decimal |
8 |
Default value of the gift certificate. |