Returns a membership listing.
GetMembershipListing(IncludeDeleted AS Boolean, IncludeOnSaleOnly AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
IncludeOnSaleOnly = Select to include only memberships that are on sale in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cMemberName |
String |
40 |
Membership name. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lOnSale |
Boolean |
1 |
Indicates whether the membership is on sale. |