Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
System Generated key value. No significance to membership data |
||||||||||||||||||||
| MEMBERSHIP_ID | int | 4 | √ | null |
|
|
the membership_id |
|||||||||||||||||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Customer_ID of the member |
|||||||||||||||||||
| PACKAGE_ID | int | 4 | √ | null |
|
|
The package ID of the customers membership. |
|||||||||||||||||||
| CUSTOMER_FIRST_NAME | varchar | 255 | √ | null |
|
|
The first name of the customer |
|||||||||||||||||||
| CUSTOMER_LAST_NAME | varchar | 255 | √ | null |
|
|
The last name of the customer |
|||||||||||||||||||
| CUSTOMER_SINCE_DATE | datetime | 16,3 | √ | null |
|
|
The date when the customer account was created |
|||||||||||||||||||
| PRIMARY_MEMBER_FIRST_NAME | varchar | 255 | √ | null |
|
|
The first name of the primary member to which the membership package is assigned |
|||||||||||||||||||
| PRIMARY_MEMBER_LAST_NAME | varchar | 255 | √ | null |
|
|
The last name of the primary member to which the membership package is assigned |
|||||||||||||||||||
| PRIMARY_MEMBER_CUSTOMER_ID | int | 4 | √ | null |
|
|
The primary customer ID to which the membership package is assigned. |
|||||||||||||||||||
| MEMBERSHIP_STATUS | varchar | 255 | √ | null |
|
|
The status (active, expired, suspended, canceled, etc.) of the membership package. |
|||||||||||||||||||
| EFFECTIVE_DATE | datetime | 16,3 | √ | null |
|
|
The effective date of the membership package. |
|||||||||||||||||||
| EXPIRATION_DATE | datetime | 16,3 | √ | null |
|
|
The expiration date of the membership package. |
|||||||||||||||||||
| PUNCH_PASS_EXPIRED_ON | varchar | 255 | √ | null |
|
|
Date punch pass expires |
|||||||||||||||||||
| AUTOMATIC_RENEWAL_TYPE | varchar | 255 | √ | null |
|
|
The payment method selected for an auto-renewal membership (Not Auto-Renewed / Credit Card / ECP / Manual Deduction / Payment Plan) |
|||||||||||||||||||
| LAST_RENEWED_DATE | datetime | 16,3 | √ | null |
|
|
The most recent renewal date for the membership package. |
|||||||||||||||||||
| SUSPENDED_FROM_DATE | datetime | 16,3 | √ | null |
|
|
The date from which the membership package was suspended. |
|||||||||||||||||||
| SUSPENDED_UNTIL_DATE | datetime | 16,3 | √ | null |
|
|
The date to which the membership package is suspended. |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION | varchar | 255 | √ | null |
|
|
Whether the membership package is scheduled for a future automatic cancellation at renewal. |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION_DATE | datetime | 16,3 | √ | null |
|
|
The date when the automatic cancellation at renewal will be executed |
|||||||||||||||||||
| TOTAL_NUMBER_OF_USES | int | 4 | √ | null |
|
|
The maximum number of uses/punches available for the membership package, when the membership package has defined usage restrictions. |
|||||||||||||||||||
| SUSPEND_AUTO_RENEWAL | varchar | 255 | √ | null |
|
|
Whether auto renewal is suspended or not |
|||||||||||||||||||
| MODIFIED_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time membership was last modified |
|||||||||||||||||||
| PACKAGE_NAME | varchar | 255 | √ | null |
|
|
Name of the membership package |
|||||||||||||||||||
| PACKAGE_SITE_ID | int | 4 | √ | null |
|
|
The site ID of the membership package |
|||||||||||||||||||
| PACKAGE_SITE_NAME | varchar | 255 | √ | null |
|
|
The site name of the membership package |
|||||||||||||||||||
| PACKAGE_CATEGORY_ID | int | 4 | √ | null |
|
|
Package Category ID of the membership package |
|||||||||||||||||||
| PACKAGE_CATEGORY_NAME | varchar | 50 | √ | null |
|
|
Package category name of the membership package |
|||||||||||||||||||
| FAMILY_PACKAGE | int | 4 | null |
|
|
Whether the package is a family membership |
||||||||||||||||||||
| FAMILY_PACKAGE_YES_NO | varchar | 5 | √ | null |
|
|
Whether the package is a family membership (Yes/No) |
|||||||||||||||||||
| PACKAGE_STATUS | int | 4 | null |
|
|
Status of the package 1=Active,0=Inactive) |
||||||||||||||||||||
| PACKAGE_STATUS_NAME | varchar | 255 | √ | null |
|
|
Status of the package (Open/Closed) |
|||||||||||||||||||
| SPECIFIC_TIMEPERIOD | int | 4 | √ | null |
|
|
Specific timeperiod the package is active |
|||||||||||||||||||
| SPECIFIC_TIMEPERIOD_NAME | varchar | 20 | √ | null |
|
|
Specific time period the package is active |
|||||||||||||||||||
| SPECIFIC_NUMBEROFDAYS | int | 4 | √ | null |
|
|
Specific number of days the package is active |
|||||||||||||||||||
| PACKAGE_RETENTION_ELIGIBLE | int | 4 | null |
|
|
Whether or not the package is retention eligible |
||||||||||||||||||||
| PACKAGE_RETENTION_ELIGIBLE_YES_NO | varchar | 5 | √ | null |
|
|
Whether this package is a retention eligible package. |
|||||||||||||||||||
| MEMBER_PASS_NUMBER | varchar | 255 | √ | null |
|
|
Customers membership pass number |
|||||||||||||||||||
| MEMBER_SINCE_DATE | datetime | 16,3 | √ | null |
|
|
The earliest date and time on which the membership became effective. Note: Can be prior to the sale date of the membership Applies to all memberships regardless of retention eligible status |
|||||||||||||||||||
| NUMBER_OF_USES_USED | int | 4 | √ | null |
|
|
The number of uses/punches that were used for the membership package, when the membership package has defined usage restrictions. |
|||||||||||||||||||
| MEMBER_PASS_COUNT | int | 4 | √ | null |
|
|
Total number of passes this member has |
|||||||||||||||||||
| ENTRY_POINT_COUNT | int | 4 | √ | null |
|
|
The entry points to which the pass holder of the membership package can access. |
|||||||||||||||||||
| PRIMARY_MEMBER_PASS_NUMBER | varchar | 255 | √ | null |
|
|
Pass number of the primary member |
|||||||||||||||||||
| SCHEDULED_CANCELLATION | varchar | 255 | √ | null |
|
|
Whether the membership has a scheduled cancellation |
|||||||||||||||||||
| SCHEDULED_CANCELLATION_DATE | datetime | 16,3 | √ | null |
|
|
Date of the scheduled cancellation |
|||||||||||||||||||
| SCHEDULED_CANCELLATION_REASON | varchar | 800 | √ | null |
|
|
Reason for the scheduled cancellation |
|||||||||||||||||||
| CANCELLATION_DATE | datetime | 16,3 | √ | null |
|
|
The termination date for a membership, when the latest membership sale or renewal transaction has been manually cancelled. |
|||||||||||||||||||
| CANCELLATION_REASON | varchar | 800 | √ | null |
|
|
The reason the membership package was terminated |
|||||||||||||||||||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time Hub record was last modified |
||||||||||||||||||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
|||||||||||||||||||
| CANCELLATION_DATE_ONLY | date | 20 | √ | null |
|
|
The termination date for a membership, when the latest membership sale or renewal transaction has been manually cancelled (date only) |
|||||||||||||||||||
| CUSTOMER_SINCE_DATE_ONLY | date | 20 | √ | null |
|
|
The date when the customer account was created (date only) |
|||||||||||||||||||
| EFFECTIVE_DATE_ONLY | date | 20 | √ | null |
|
|
The effective date of the membership package (date only) |
|||||||||||||||||||
| EXPIRATION_DATE_ONLY | date | 20 | √ | null |
|
|
The expiration date of the membership package (date only) |
|||||||||||||||||||
| LAST_RENEWED_DATE_ONLY | date | 20 | √ | null |
|
|
The most recent renewal date for the membership package (date only) |
|||||||||||||||||||
| MEMBER_SINCE_DATE_ONLY | date | 20 | √ | null |
|
|
The earliest date-only on which the membership became effective. Note: Can be prior to the sale date of the membership Applies to all memberships regardless of retention eligible status |
|||||||||||||||||||
| MODIFIED_DATE_ONLY | date | 20 | √ | null |
|
|
The date membership was last modified (date only) |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION_DATE_ONLY | date | 20 | √ | null |
|
|
The date when the automatic cancellation at renewal will be executed (date only) |
|||||||||||||||||||
| SCHEDULED_CANCELLATION_DATE_ONLY | date | 20 | √ | null |
|
|
Date of the scheduled cancellation (date only) |
|||||||||||||||||||
| SUSPENDED_FROM_DATE_ONLY | date | 20 | √ | null |
|
|
The date from which the membership package was suspended (date only) |
|||||||||||||||||||
| SUSPENDED_UNTIL_DATE_ONLY | date | 20 | √ | null |
|
|
The date to which the membership package is suspended (date only) |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION_YES_NO | varchar | 5 | √ | null |
|
|
Whether the membership package is scheduled for a future automatic cancellation at renewal. |
|||||||||||||||||||
| SUSPEND_AUTO_RENEWAL_YES_NO | varchar | 5 | √ | null |
|
|
Whether auto renewal is suspended or not. |
|||||||||||||||||||
| SCHEDULED_CANCELLATION_YES_NO | varchar | 5 | √ | null |
|
|
Whether the membership has a scheduled cancellation. |
|||||||||||||||||||
| IS_PRIMARY | varchar | 3 | null |
|
|
Whether this customer is the primary customer for this membership. |
||||||||||||||||||||
| LAST_USAGE_DATE | datetime | 16,3 | √ | null |
|
|
The date and time the membership was last used |
|||||||||||||||||||
| LAST_USAGE_DATE_ONLY | date | 20 | √ | null |
|
|
The date the membership was last used (date only) |
|||||||||||||||||||
| MEMBERSHIP_PASS_ID | int | 4 | √ | null |
|
|
The membership pass id for this membership and customer |
|||||||||||||||||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
|||||||||||||||||||
| CANCELLATION_REASON_ID | int | 4 | √ | null |
|
|
The Reason ID for the membership package termination |
|||||||||||||||||||
| SCHEDULED_CANCELLATION_REASON_ID | int | 4 | √ | null |
|
|
Reason ID for the scheduled cancellation |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION_REASON_ID | int | 4 | √ | null |
|
|
Reason ID for the scheduled cancellation at renewal |
|||||||||||||||||||
| SCHEDULED_AUTOMATIC_CANCELLATION_REASON | varchar | 800 | √ | null |
|
|
Reason for the scheduled cancellation at renewal |
|||||||||||||||||||
| SUSPENDED_REASON | varchar | 50 | √ | null |
|
|
The reason for the membership suspension |
|||||||||||||||||||
| SUSPENDED_REASON_ID | int | 4 | √ | null |
|
|
The Reason ID for the membership suspension |
|||||||||||||||||||
| REASON_ID | int | 4 | √ | null |
|
|
DEPRECATED - Same as SCHEDULED_CANCELLATION_REASON_ID |
|||||||||||||||||||
| SUSPENSION_REASON | varchar | 50 | √ | null |
|
|
DEPRECATED - Same as SUSPENDED_REASON |
|||||||||||||||||||
| AUTO_CANCEL_REASON_ID | int | 4 | √ | null |
|
|
DEPRECATED - Same as SCHEDULED_AUTOMATIC_CANCELLATION_REASON_ID |
|||||||||||||||||||
| AUTOMATIC_CANCELLATION_REASON | varchar | 800 | √ | null |
|
|
DEPRECATED - Same as SCHEDULED_AUTOMATIC_CANCELLATION_REASON |
|||||||||||||||||||
| CANCEL_AUTO_RENEWAL_DATE | datetime | 16,3 | √ | null |
|
|
Date of the manual cancellation of auto renewal |
|||||||||||||||||||
| CANCEL_AUTO_RENEWAL_DATE_ONLY | date | 20 | √ | null |
|
|
Date of the manual cancellation of auto renewal (date only) |
|||||||||||||||||||
| CANCEL_AUTO_RENEWAL_REASON_ID | int | 4 | √ | null |
|
|
Reason ID for the manual cancellation of auto renewal |
|||||||||||||||||||
| CANCEL_AUTO_RENEWAL_REASON | varchar | 800 | √ | null |
|
|
Reason for the manual cancellation of auto renewal |
|||||||||||||||||||
| TPB_COMPANY_ID | int | 4 | √ | null |
|
|
Third party billing company ID |
|||||||||||||||||||
| TPB_RECEIVE_TYPE | varchar | 25 | √ | null |
|
|
Third party billing receive type (Per Customer, Per Family, Per Month Per Customer, Percent) |
|||||||||||||||||||
| TPB_RECEIVE_AMOUNT | money | 21,4 | √ | null |
|
|
Third party billing amount to receive each scheduled period |
|||||||||||||||||||
| TPB_RECEIVE_PERCENT | money | 21,4 | √ | null |
|
|
Third party billing percent to receive each scheduled period |
|||||||||||||||||||
| TPB_LAST_AMOUNT | money | 21,4 | √ | null |
|
|
Third party billing amount received last period |
|||||||||||||||||||
| TPB_LAST_DATE | date | 20 | √ | null |
|
|
Third party billing date last received |
|||||||||||||||||||
| TPB_TOTAL_BILLED | money | 21,4 | √ | null |
|
|
Third party billing total billed to date |
|||||||||||||||||||
| CANCELLED_ON_DATE | date | 20 | √ | null |
|
|
The last date that the membership was active and able to be used before it expired or was cancelled. If a cancellation results in a retroactive change to the final expiration date then the date the cancellation was processed is used here. |