Returns a membership usage history for the specified client(s).
GetClientMembershipHistory(XmlIds AS String)
XML String
XmlIds = XML String containing the Membership 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. |
|
cMemberName |
String |
40 |
Name of the client's membership. |
|
nMemberPrice |
Decimal |
8 |
Enrollment fee for the membership. |
|
nBillFrequency |
Decimal |
3,0 |
Billing frequency for membership dues. |
|
nPreBill |
Decimal |
3,0 |
You can set how many weeks before the bill date to send the bill. |
|
nStopMembership |
Decimal |
3,0 |
You can set when to stop the membership if payment is past due. |
|
nServiceDiscount |
Decimal |
3,0 |
Percentage saving for the member on service purchases. |
|
nRetailDiscount |
Decimal |
3,0 |
Percentage saving for the member on retail purchases. |
|
nTanDiscount |
Decimal |
3,0 |
Percentage saving for the member on tanning purchases. |
|
nPKGDiscount |
Decimal |
3,0 |
Percentage saving for the member on package/series purchases. |
|
dDateDel |
Date |
8 |
Date membership was deleted. |
|
lOnSale |
Boolean |
1 |
Indicates whether the membership is on sale. |
|
nSalePrice |
Decimal |
8 |
Associated sale cost for the membership. |
|
dSaleStart |
Date |
8 |
Sale start date. |
|
dSaleEnd |
Date |
8 |
Sale end date. |
|
iGId |
Integer |
4 |
Membership Global Id. |