MEMBERSHIP_USAGE

0 rows


Description

Membership pass usage history

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY bigint 8 null

System Generated key value. No significance to membership data

PACKAGE_ID int 4 null
PACKAGES.PACKAGE_ID Defined in XML R

The membership package ID.

PACKAGE varchar 255 null

The membership package name.

PACKAGECATEGORY_ID int 4 null
PACKAGE_CATEGORIES.PACKAGE_CATEGORY_ID Defined in XML R

Package Category ID of the membership package

PACKAGE_CATEGORY varchar 50 null

The membership package category name.

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

Site ID for the membership package

SITE varchar 255 null

Site name for the membership package

MEMBER_SINCE_DATE date 20 null

The original date on which the customer purchased a valid retention eligible membership within the defined retention period. For a single customer, there is only one member since date

CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

The ID for the member.

MEMBER_NAME varchar 511 null

The full name of the member.

MEMBER_FIRST_NAME varchar 255 null

The first name of the member.

MEMBER_LAST_NAME varchar 255 null

The last name of the member.

DATE_OF_BIRTH datetime 16,3 null

DOB of the customer who used the facility

ADDRESS varchar 255 null

Customer’s address 1

CUSTOMER_CITY varchar 255 null

Customer’s residential address city

CUSTOMER_PROV_STATE varchar 255 null

Customer’s residential address province

CUSTOMER_HOME_PHONE varchar 255 null

Customer’s home phone

CUSTOMER_EMAIL varchar 255 null

Customers email address

CUSTOMER_POSTAL_ZIP_CODE varchar 255 null

Customer’s zip code

USAGE_DATE date 20 null

The member check-in date.

USAGE_TIME time 32 null

The member check-in time.

JOIN_DATE date 20 null

Membership sale date of the primary member

EXPIRATION_DATE date 20 null

The expiration date of the membership package.

SUSPEND_FROM_DATE date 20 null

The date from which the membership package was suspended.

SUSPEND_TO_DATE date 20 null

The date to which the membership package is suspended.

ENTRYPOINT_ID int 4 null
ENTRY_POINTS.ENTRYPOINT_ID Defined in XML R

The ID of the entry point where the member checked-in.

ENTRY_POINT varchar 50 null

The member check-in entry point name.

REASON_DECLINED varchar 255 null

The reason the pass was declined an entry in the facility

CUSTOMERTYPE_ID int 4 null

ID of customer type description

CUSTOMER_TYPE varchar 60 null

Customer type description (For example, Employee, Individual, Non-profit)

PASS_NUMBER varchar 255 null

The member’s pass card number.

VOIDED varchar 255 null

Shows whether the usage was voided or not

AKT_IND varchar 3 null

The member’s alternate key ID.

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

MEMBERSHIP_ID int 4 null
MEMBERSHIPS.MEMBERSHIP_ID Defined in XML R

Membership ID

ALTERNATE_KEY_TYPE varchar 50 null

Alternate key type.

ALTERNATE_KEY_STATUS varchar 50 null

Alternate key status.

ALTERNATE_KEY_VALUE varchar 255 null

Alternate key ID.

CHECKOUT_DATE date 20 null

Check out date.

CHECKOUT_TIME time 32 null

Check out time.

CHECKOUT_ENTRY_POINT_ID int 4 null
ENTRY_POINTS.ENTRYPOINT_ID Defined in XML R

Check out entry point ID.

CHECKOUT_ENTRY_POINT varchar 50 null

Check out entry point name.

AUTHORIZED varchar 5 null

Shows whether the usage was authorized or not

QUANTITY int 4 null

Shows the usage quantity.

MEMBERSHIPUSAGE_ID int 4 null
CHILD_WATCH_REGISTRATIONS.CHECK_IN_MEMBERSHIP_USAGE_ID Defined in XML R
CHILD_WATCH_REGISTRATIONS.CHECK_OUT_MEMBERSHIP_USAGE_ID Defined in XML R

Membership scan ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

PASS_ID int 4 null

The member’s pass card ID.

ALTERNATE_KEY_TYPE_ID int 4 null
ALTERNATE_KEY_TYPES.ALTERNATE_KEY_TYPE_ID Defined in XML R

Alternate key type ID

ALTERNATE_KEY_STATUS_ID int 4 null
ALTERNATE_KEY_STATUSES.ALTERNATE_KEY_STATUS_ID Defined in XML R

Alternate key status ID

POSPRODUCT_ID int 4 null
POS_PRODUCTS.POSPRODUCT_ID Defined in XML R

The ID of the POS product.

PRODUCT_NAME varchar 100 null

The name of the POS product.

RECEIPT_NUMBER varchar 20 null

POS receipt number for the drop-in product sale

CUSTOMER_ALTERNATE_KEY_ID int 4 null
CUSTOMER_ALTERNATE_KEYS.CUSTOMER_ALTERNATE_KEY_ID Defined in XML R

The primary key for the customer alternate key record.

Relationships

View Definition


Possibly Referenced Tables/Views