Returns a package/series listing.
GetPackageSeriesListing(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. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cPackageName |
String |
40 |
Package/Series name. |
|
nAmount |
Decimal |
8 |
Retail price of the package/series. |
|
mCatalogDescr |
String |
|
Catalog description of the package/series. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lOnSale |
Boolean |
1 |
Indicates whether the package/series is on sale. |
|
nSalePrice |
Decimal |
8 |
Sale price of the package/series. |
|
dSaleStart |
DateTime |
8 |
First date that the sale price is available. |
|
dSaleEnd |
DateTime |
8 |
Last date that the sale price is available. |
|
nExpireWeeks |
Decimal |
2 |
Number of weeks before the package/series expires. |
|
lSeries |
Boolean |
1 |
Indicates whether the item is a series. |
|
gPhoto |
|
|
Not Used. |
|
lInactive |
Boolean |
1 |
Indicates whether the package/series is unavailable for sale. |
|
iGId |
Integer |
4 |
Package/Series Global Id. |
|
nDefaultTip |
Decimal |
8 |
Default tip for the package/series. |
|
nHouseCharge |
Decimal |
8 |
House charge for the package/series. |
|
tChanged |
DateTime |
8 |
Date/time last updated. |
|
iChgBy |
Integer |
8 |
Id of the employee who last changed the package/series. |
|
lCommOverride |
Boolean |
1 |
Indicates whether the package/series uses a commission override. |
|
cOverrideType |
String |
1 |
Commission override type. $ = Fixed dollar commission % = Percentage commission |
|
yOverrideAmt |
Decimal |
8 |
Commission override amount (dollar amount or percentage). |