Get all member referrals

get

/crmRestApi/resources/11.13.18.05/loyMembers/{MemberNumber}/child/MemberReferrals

Request

Path Parameters
  • The member number. This attribute is an alternative identifier for a loyalty member and is displayed in the UI. There is no default value, dependency, or limitation associated with this attribute.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

    Format: <attr1>=<val1>,<attr2>=<value2>
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • MemNumSearch
      Finder Variables:
      • MemberNumber
    • MemberUpdate
      Finder Variables:
      • MemberNumber
    • PrimaryKey
      Finder Variables:
      • LoyMemberId
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AccntId; integer; The account identifier for the member's partner object of the member referred by current member. If the MemberType attribute is set to Company, then Oracle Loyalty Cloud populates AccountId. This attribute depends on the value of the MemberType attribute. There is no default value or limitation with this attribute.
    • AccountPartyNumber; string; The account party number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • AccrualLookupCode; string; The accrual lookup code is a read-only attribute that is dependent on AccrualLookupType. This attribute shows information about the referred member. This attribute gives additional information regarding AccrualTypeCode as a lookup code. There is no default value or limitation associated with this attribute.
    • AccrualLookupType; string; The accrual lookup type attribute is a read-only attribute that shows information about the lookup type that is used to display AccrualTypeCode. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • AccrualMeaning; string; The accrual meaning is a read-only attribute that shows information about the meaning text of the AccrualTypeCode attribute. This attribute shows information about the referred member. This attribute is dependent on AccrualTypeCode. There is no default value or limitation associated with this attribute.
    • AccrualStartDate; string; The date when the member starts accruing points from another member. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • AccrualToHousehold; string; The household to which an Individual member's points can be accrued. There is no default value, dependency, or limitation associated with this attribute.
    • AccrualToMemId; integer; The identifier of the member to whose account the points are accrued for a corporate accrual. This attribute shows information about the referred member. This attribute value depends on the AccrualType attribute. There is no default value or limitation associated with this attribute.
    • AccrualTypeCode; string; The accrual type value, that is an LOV attribute which is based on FND lookups. This attribute shows information about the referred member. For the possible input values of AccrualTypeCode, the integrating user must first invoke the corresponding LOV resource path URL. For example: invoke lovResourcepath ../crmRestApi/resources/11.12.0.0/fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_ACCRU_TYPE. There is no default value, dependency, or limitation associated with this attribute.
    • AddressLineOne; string; The first line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
    • AddressLineThree; string; The third line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
    • AddressLineTwo; string; The second line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
    • City; string; The city of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • ContactId; integer; The contact identifier as specified in the Member Contacts object. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • CorpMemberNumber; string; The corporate member number. If the current member is part of the company or corporate account, then Oracle Loyalty Cloud populates this field. This is an optional attribute which is introduced for future use. Oracle Loyalty Cloud does not currently use this attribute. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • Country; string; The country of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • County; string; The county of the contact or account or household address, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • CreationDate; string; The date when the member record is created. Oracle Loyalty Cloud sets this date value when the loyalty administrator creates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
    • CurrencyDate; string; The date when the currency conversion rate is applied for a given currency code. There is no default value, dependency, or limitation associated with this attribute.
    • EmailAddress; string; The email address of the member. This attribute shows the read-only value of member's email address. While creating a loyalty member under a program, the MemberEmailAddress attribute gets written to the Contact information, which is used to recognize the contact. There is no default value, dependency, or limitation associated with this attribute.
    • GroupLookupCode; string; The FND lookup code value of the Member Group code. ORA_LOY_MEM_GRP is the lookup type for the Member Travel group. This attribute is dependent on the GroupLookupType attribute. There is no default value or limitation associated with this attribute.
    • GroupLookupType; string; The FND lookup type value of the Member Group code. ORA_LOY_MEM_GRP is the lookup type for the Member Travel group. There is no default value, dependency, or limitation associated with this attribute.
    • GroupMeaning; string; The meaning of the current group that the referred loyalty member is in. This has an extended lookup associated with ORA_LOY_MEM_GRP, which is the lookup type for the Member Travel group. This attribute is dependent on the GroupLookupType attribute. There is no default value or limitation associated with this attribute.
    • HHAddressOne; string; Address entered in line one of a Household.
    • HHAddressThree; string; Address entered in line three of a Household.
    • HHAddressTwo; string; Address entered in line two of a Household.
    • HHCity; string; City of a Household.
    • HHCountry; string; Country of a Household.
    • HHCounty; string; County of a Household.
    • HHPostalCode; string; Postal Code of a Household.
    • HHProvince; string; Province of a Household.
    • HHState; string; State of a Household.
    • LastAccrTransactionDt; string; The date when the last accrual transaction for the loyalty member has occurred. There is no default value, dependency, or limitation associated with this attribute.
    • LastRdmTransactionDt; string; The last redemption transaction date. This attribute shows when the last redemption transaction by the member has occurred. There is no default value, dependency, or limitation associated with this attribute.
    • LastTransactionProcedDt; string; The last transaction process date. This date shows when the last transaction was performed by the loyalty member. There is no default value, dependency, or limitation associated with this attribute.
    • LastUpdateDate; string; The date when the member record is updated. Oracle Loyalty Cloud sets this date value when the loyalty administrator updates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeAVal; number; The member's life time point balance in internal point type A. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the higher watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeBVal; number; The member's life time point balance in internal point type B. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the higher watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeCVal; number; The member's life time point balance in internal point type C. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeDVal; number; The member's life time point balance in internal point type D. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeEVal; number; The member's life time point balance in internal point type E. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeFVal; number; The member's life time point balance in internal point type F. A program can have up to eight point types, internally referred to as Point type (A to H). Each of the point type has a life time point balance associated with it which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeGVal; number; The member's life time point balance in internal point type G. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LftmPointTypeHVal; number; The member's life time point balance in internal point type H. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
    • LoyAccountName; string; The loyalty member account name for the member's partner object. If the MemberTypeCode attribute is Company, then Oracle Loyalty Cloud populates the account name. This attribute depends on the value of the MemberTypeCode attribute. Oracle Loyalty Cloud populates the AccountName attribute based on the AccountId attribute. There is no default value or limitation associated with this attribute.
    • LoyHouseholdName; string; The household member name. If the MemberTypeCode attribute is set to Household, then this attribute shows membership information about the referred household. There is no default value, dependency, or limitation associated with this attribute.
    • LoyMemberId; integer; The primary key of member referred by current loyMember resource. There is no default value, dependency, or limitation associated with this attribute.
    • LoyProgramName; string; The name of the loyalty program in which the member has been enrolled. This is a read-only attribute for the read-only child resource MemberReferrals of loyMembers. The LoyProgramName attribute is provided as input while creating the loyalty member through the resource. There is no default value, dependency, or limitation associated with this attribute.
    • LstTierChangeDt; string; The date when the member's tier change occurs. Oracle Loyalty Cloud updates this date when a member's tier changes. There is no default value, dependency, or limitation associated with this attribute.
    • MemberClassCode; string; The FND lookup code value of Member Class as an input of loyalty Members. The possible input values can be obtained by invoking the corresponding lovResourcePath URL: fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_CLASS.
    • MemberGrpCode; string; The extended Lookup Type attribute of type ORA_LOY_MEM_GRP which shows information about the member's current group. There is no default value, dependency, or limitation associated with this attribute.
    • MemberName; string; The name of the referred loyalty member, which can be provided as input while creating a loyalty member through the resource. There is no default value, dependency, or limitation associated with this attribute.
    • MemberNumber; string; The member number of the referred loyalty member. This attribute is an alternative identifier for a loyalty member and is displayed in the UI. There is no default value, dependency, or limitation associated with this attribute.
    • MemberPhaseCode; string; The lookup code value of the member phase used as a an input for loyalty Members. The integrating user must first invoke the lovResourcepath URL for possible input values. The corresponding lovResourcePath URL is ?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_PHASE. There is no default value, dependency, or limitation associated with this attribute.
    • MemberTypeCode; string; The member type, which is provided as an input attribute while creating a loyalty member. To know the possible input values, the user must invoke the corresponding lovResourcePath URL ....fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_TYPE. There is no default value, dependency, or limitation associated with this attribute.
    • MemberTypeMeaning; string; The meaning of the current type that the referred loyalty member is in. This has an extended lookup associated with ORA_LOY_MEM_TYPE, which is the lookup type for the Member Travel group. This attribute is dependent on the MemberLookupType attribute. There is no default value or limitation associated with this attribute.
    • MembershipSchemeId; integer; The unique reference to the member scheme, if any, chosen by the user while enrolling into the loyalty program. The member scheme can be a paid or free scheme. For example, a 6 months free membership, or a 1 Year $5 paid membership, and so on. There is no default value, dependency, or limitation associated with this attribute.
    • MobileNumber; string; The mobile number of the member. This attribute can be provided as input when enrolling a loyalty member into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • OrgGroupId; integer; The organization group identifier to which the loyalty member belongs. There is no default value, dependency, or limitation associated with this attribute.
    • OrgGroupPartyNumber; string; The organization group party number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • OrganizationAddressOne; string; Address of a Account entered in line One.
    • OrganizationAddressThree; string; The third line of the address provided while enrolling a member as an organization in a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • OrganizationAddressTwo; string; Address of an Account entered in line two.
    • OrganizationCity; string; The city part of the address provided by an organization while enrolling a member as an organization in loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • OrganizationCountry; string; Country of an Account.
    • OrganizationCounty; string; County of an Account.
    • OrganizationPostalCode; string; Postal Code of an Account.
    • OrganizationProvince; string; Province of an Account.
    • OrganizationState; string; State of an Account.
    • ParentMember; string; The parent member where the loyalty member is either a household or an individual, but is also a corporate member. There is no default value, dependency, or limitation associated with this attribute.
    • PartyNumber; string; The party number of the contact associated with the loyalty member.
    • PersonFirstName; string; The first name of the member contact in the context of referred member. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same FirstName attribute can be used while enrolling a loyalty member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • PersonLastName; string; The last name of the member contact in the context of the referred member. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same LastName attribute can be used while enrolling a loyalty member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • PersonName; string; The full name of the member contact. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same LastName attribute can be used while enrolling a member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • PhoneNumber; string; The phone number of the member. This is one of the Member Contact fields which can be used while enrolling a loyalty member in a program. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeBVal; number; The points for the member from Point Type B as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeCVal; number; The points for the member from Point Type C as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeDVal; number; The points for the member from Point Type D as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeEVal; number; The points for the member from Point Type E as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeFVal; number; The points for the member from Point Type F as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeGVal; number; The points for the member from Point Type G as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PointTypeHVal; number; The points for the member from Point Type H as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
    • PostalCode; string; The postal code of the contact or account or household address, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • PrConId; integer; The partner contact identifier. This value can be provided as an input while creating a loyalty member through the resource and when Oracle Loyalty Cloud enrols the corresponding contact as a member in the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • PreviousTierName; string; The previous tier name from which the loyalty member is promoted to the current tier. There is no default value, dependency, or limitation associated with this attribute.
    • ProgramNumber; string; The program number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • Province; string; The province of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • ReferConId; integer; The primary contact identifier of referral member. This value is shown as additional information regarding the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • ReferredByNam; string; The member identifier of the referring member name who has referred the current member to the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • RelationshipId; integer; The relationship identifier which shows the relationship between loyalty members. There is no default value, dependency, or limitation associated with this attribute.
    • RelationshipRecId; integer; The relationship record identifier that shows the relationship of the member between other loyalty members. For example, there might be a relationship between an organization and a member. There is no default value, dependency, or limitation associated with this attribute.
    • StartDate; string; The date when the membership in the loyalty program starts. There is no default value, dependency, or limitation associated with this attribute.
    • State; string; The state code of the contact or account or household, which is provided by member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • Status; string; The member status meaning of referred loyalty member which is a read-only value based on the Status code attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_STATUS lookup. There is no default value or limitation associated with this attribute.
    • StatusCode; string; The status code of the loyalty member, which is a read-only value based on the Status attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_STATUS lookup. There is no default value or limitation associated with this attribute.
    • SuppressCall; string; The attribute indicates that the member does not want to receive any calls pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
    • SuppressCallFlag; boolean; Block Member Call Contact.
    • SuppressEmail; string; The attribute indicates that the member does not want to receive any mail pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
    • SuppressEmailFlag; boolean; Block Member Email Contact.
    • SuppressFax; string; The attribute indicates that the member does not want to receive any fax pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
    • SuppressFaxFlag; boolean; Block Member Fax Contact.
    • SuppressMail; string; The attribute indicates that the member does not want to receive any mail pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
    • SuppressMailFlag; boolean; Block Member Mail Contact.
    • SuppressSMS; string; The attribute indicates that the member does not want to receive any SMS pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
    • SuppressSMSFlag; boolean; Block Member SMS Contact.
    • SurvMemNumber; string; The surviving member number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
    • TierName; string; The tier name of the current tier of the loyalty member. The tier calculation is done by the Oracle Loyalty Cloud engine. This attribute value is set by the Oracle Loyalty Cloud engine when performing the tier assessment of the loyalty member based on the qualifying point balance of the member. There is no default value, dependency, or limitation associated with this attribute.
    • URL; string; The member URL which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
    • WorkPhoneNumber; string; The work phone number of the referred member. The WorkPhoneNumber attribute is another contact related attribute which shows the secondary formatted phone number if the primary phone number Is not available. There is no default value, dependency, or limitation associated with this attribute.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : loyMembers-MemberReferrals
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : loyMembers-MemberReferrals-item-response
Type: object
Show Source
  • Title: Account ID
    The account identifier for the member's partner object of the member referred by current member. If the MemberType attribute is set to Company, then Oracle Loyalty Cloud populates AccountId. This attribute depends on the value of the MemberType attribute. There is no default value or limitation with this attribute.
  • Title: Account Party Number
    Read Only: true
    Maximum Length: 30
    The account party number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Account Type Code
    Read Only: true
    Maximum Length: 30
    Default Value: ZCA_PROSPECT
    The lookup type code of an account. The lookup type value is ZCA_ACCOUNT_TYPE. There is no default value or limitation associated with this attribute.
  • Title: Accrual Lookup Code
    Read Only: true
    Maximum Length: 30
    The accrual lookup code is a read-only attribute that is dependent on AccrualLookupType. This attribute shows information about the referred member. This attribute gives additional information regarding AccrualTypeCode as a lookup code. There is no default value or limitation associated with this attribute.
  • Title: Accrual Lookup Type
    Read Only: true
    Maximum Length: 30
    The accrual lookup type attribute is a read-only attribute that shows information about the lookup type that is used to display AccrualTypeCode. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Accrual Type Meaning
    Read Only: true
    Maximum Length: 80
    The accrual meaning is a read-only attribute that shows information about the meaning text of the AccrualTypeCode attribute. This attribute shows information about the referred member. This attribute is dependent on AccrualTypeCode. There is no default value or limitation associated with this attribute.
  • Title: Accrual Start Date
    The date when the member starts accruing points from another member. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Accrual to Household Member
    Read Only: true
    Maximum Length: 100
    The household to which an Individual member's points can be accrued. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Accrual to Household
    This flag determines whether the accrual due to a transaction completed by a household member should be accrued to a member or to the household to which it belongs. There is no default value associated with this attribute.
  • Title: Accrual-to Member ID
    The identifier of the member to whose account the points are accrued for a corporate accrual. This attribute shows information about the referred member. This attribute value depends on the AccrualType attribute. There is no default value or limitation associated with this attribute.
  • Title: Accrual Type
    Maximum Length: 30
    The accrual type value, that is an LOV attribute which is based on FND lookups. This attribute shows information about the referred member. For the possible input values of AccrualTypeCode, the integrating user must first invoke the corresponding LOV resource path URL. For example: invoke lovResourcepath ../crmRestApi/resources/11.12.0.0/fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_ACCRU_TYPE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Address Line 1
    Read Only: true
    Maximum Length: 240
    The first line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Address Line 3
    Read Only: true
    Maximum Length: 240
    The third line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Address Line 2
    Read Only: true
    Maximum Length: 240
    The second line in the address provided by a member contact or account while enrolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual City
    Read Only: true
    Maximum Length: 60
    The city of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Date of Birth
    Read Only: true
    The date when the member was born. This attribute shows information from the corresponding contact used to create the current loyalty member. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: First Name
    Read Only: true
    Maximum Length: 150
    The first name of the member contact. A single Oracle Sales Cloud contact can be used to enroll into different loyalty programs. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Contact ID
    The contact identifier as specified in the Member Contacts object. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Name
    Read Only: true
    Maximum Length: 150
    The last name of the member contact. A single Oracle Sales Cloud contact can be used to enroll into different loyalty programs. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Contact
    Maximum Length: 450
    The name of the contact associated with the member. This attribute shows information about the referred member. This attribute has the format of ContactFirstName ContactLastName. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The currency code used by the corporation. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Corporation Member Number
    Maximum Length: 15
    The corporate member number. If the current member is part of the company or corporate account, then Oracle Loyalty Cloud populates this field. This is an optional attribute which is introduced for future use. Oracle Loyalty Cloud does not currently use this attribute. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Country
    Read Only: true
    Maximum Length: 2
    The country of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual County
    Read Only: true
    Maximum Length: 60
    The county of the contact or account or household address, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user that creates the member record. Oracle Loyalty Cloud populates this value when the loyalty administrator creates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created Date
    Read Only: true
    The date when the member record is created. Oracle Loyalty Cloud sets this date value when the loyalty administrator creates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Source
    The information detailing the member creation source. This attribute value is set while creating a member through the resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate method that is applied. This rate can apply to an individual or throughout the corporation. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    Maximum Length: 15
    The international currency code used by the loyalty member to complete transactions. International codes such as USD, INR,GBP are valid for this attribute. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Date
    The date when the currency conversion rate is applied for a given currency code. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Date of Birth
    Read Only: true
    The date when the member was born. This attribute shows information about the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Email
    Read Only: true
    Maximum Length: 320
    The email address of the member. This attribute shows the read-only value of member's email address. While creating a loyalty member under a program, the MemberEmailAddress attribute gets written to the Contact information, which is used to recognize the contact. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Enrollment Required
    The Enroll flag is set when importing a member from a different system to an existing loyalty system. There is no default value or limitation associated with this attribute.
  • Title: Phone
    Read Only: true
    The phone number of the member. This is one of the Member Contact fields which can be used while enrolling a loyalty member in a program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Group Lookup Code
    Read Only: true
    Maximum Length: 30
    The FND lookup code value of the Member Group code. ORA_LOY_MEM_GRP is the lookup type for the Member Travel group. This attribute is dependent on the GroupLookupType attribute. There is no default value or limitation associated with this attribute.
  • Title: Group Lookup Type
    Read Only: true
    Maximum Length: 30
    The FND lookup type value of the Member Group code. ORA_LOY_MEM_GRP is the lookup type for the Member Travel group. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Group Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the current group that the referred loyalty member is in. This has an extended lookup associated with ORA_LOY_MEM_GRP, which is the lookup type for the Member Travel group. This attribute is dependent on the GroupLookupType attribute. There is no default value or limitation associated with this attribute.
  • Title: Household Address Line 1
    Read Only: true
    Maximum Length: 240
    Address entered in line one of a Household.
  • Title: Household Address Line 3
    Read Only: true
    Maximum Length: 240
    Address entered in line three of a Household.
  • Title: Household Address Line 2
    Read Only: true
    Maximum Length: 240
    Address entered in line two of a Household.
  • Title: Household City
    Read Only: true
    Maximum Length: 60
    City of a Household.
  • Title: Household Country
    Read Only: true
    Maximum Length: 2
    Country of a Household.
  • Title: Household County
    Read Only: true
    Maximum Length: 60
    County of a Household.
  • Title: Household Postal Code
    Read Only: true
    Maximum Length: 60
    Postal Code of a Household.
  • Title: Household Province
    Read Only: true
    Maximum Length: 60
    Province of a Household.
  • Title: Household State
    Read Only: true
    Maximum Length: 60
    State of a Household.
  • Title: Household Member Number
    The member number of a household to be passed by a payload. This value should be a valid household enrolled already in the same loyalty program. There is no default value associated with this attribute.
  • Title: Job Title
    The job title of a contact which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Accrual Transaction Date
    The date when the last accrual transaction for the loyalty member has occurred. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Redemption Transaction Date
    The last redemption transaction date. This attribute shows when the last redemption transaction by the member has occurred. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Transaction Processed Date
    The last transaction process date. This date shows when the last transaction was performed by the loyalty member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Change Date
    Read Only: true
    The date when the member record is updated. Oracle Loyalty Cloud sets this date value when the loyalty administrator updates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Changed By
    Read Only: true
    Maximum Length: 64
    The user that updates the member record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of user that updated the member record. Oracle Loyalty Cloud populates this value when the loyalty administrator updates the member in the Oracle Loyalty Cloud UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type A Value
    The member's life time point balance in internal point type A. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the higher watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type B Value
    The member's life time point balance in internal point type B. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the higher watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type C Value
    The member's life time point balance in internal point type C. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type D Value
    The member's life time point balance in internal point type D. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type E Value
    The member's life time point balance in internal point type E. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type F Value
    The member's life time point balance in internal point type F. A program can have up to eight point types, internally referred to as Point type (A to H). Each of the point type has a life time point balance associated with it which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type G Value
    The member's life time point balance in internal point type G. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Payment Type H Value
    The member's life time point balance in internal point type H. A program can have up to eight point types, internally referred to as Point Type (A to H). Each point type has a life time point balance, which represents the high watermark of the member's point balance in that point type. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Account Name
    The loyalty member account name for the member's partner object. If the MemberTypeCode attribute is Company, then Oracle Loyalty Cloud populates the account name. This attribute depends on the value of the MemberTypeCode attribute. Oracle Loyalty Cloud populates the AccountName attribute based on the AccountId attribute. There is no default value or limitation associated with this attribute.
  • Title: Household Name
    The household member name. If the MemberTypeCode attribute is set to Household, then this attribute shows membership information about the referred household. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Loyalty Member ID
    The primary key of member referred by current loyMember resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Name
    The name of the loyalty program in which the member has been enrolled. This is a read-only attribute for the read-only child resource MemberReferrals of loyMembers. The LoyProgramName attribute is provided as input while creating the loyalty member through the resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Date of Member's Last Tier Change
    The date when the member's tier change occurs. Oracle Loyalty Cloud updates this date when a member's tier changes. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Class
    Maximum Length: 30
    The FND lookup code value of Member Class as an input of loyalty Members. The possible input values can be obtained by invoking the corresponding lovResourcePath URL: fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_CLASS.
  • Title: Member Class Meaning
    Read Only: true
    Maximum Length: 80
    The current class of the loyalty member. This is an extended lookup type attribute of type ORA_LOY_MEM_CLASS. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Email Address
    Read Only: true
    Maximum Length: 320
    The member's email address, which is provided as a input while creating loyalty Member record through REST API. This value will be used to create an Oracle Sales Cloud contact behind the scenes. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Group
    Maximum Length: 30
    The extended Lookup Type attribute of type ORA_LOY_MEM_GRP which shows information about the member's current group. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Name
    Maximum Length: 100
    The name of the referred loyalty member, which can be provided as input while creating a loyalty member through the resource. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Number
    Maximum Length: 30
    The member number of the referred loyalty member. This attribute is an alternative identifier for a loyalty member and is displayed in the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Phase
    Maximum Length: 30
    The lookup code value of the member phase used as a an input for loyalty Members. The integrating user must first invoke the lovResourcepath URL for possible input values. The corresponding lovResourcePath URL is ?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_PHASE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Phase Meaning
    Read Only: true
    Maximum Length: 80
    The current phase for the that the loyalty member. This attribute has an extended lookup associated with ORA_LOY_MEM_PHASE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Membership Scheme ID
    The unique reference to the member scheme, if any, chosen by the user while enrolling into the loyalty program. The member scheme can be a paid or free scheme. For example, a 6 months free membership, or a 1 Year $5 paid membership, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Type
    Maximum Length: 30
    Default Value: ORA_MEM_TYPE_INDIVIDUAL
    The member type, which is provided as an input attribute while creating a loyalty member. To know the possible input values, the user must invoke the corresponding lovResourcePath URL ....fndStaticLookups?finder=LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DORA_LOY_MEM_TYPE. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Type Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the current type that the referred loyalty member is in. This has an extended lookup associated with ORA_LOY_MEM_TYPE, which is the lookup type for the Member Travel group. This attribute is dependent on the MemberLookupType attribute. There is no default value or limitation associated with this attribute.
  • Title: Mobile Number
    Read Only: true
    Maximum Length: 40
    The mobile number of the member. This attribute can be provided as input when enrolling a loyalty member into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Company Address Line 1
    Read Only: true
    Maximum Length: 240
    Address of a Account entered in line One.
  • Title: Company Address Line 3
    Read Only: true
    Maximum Length: 240
    The third line of the address provided while enrolling a member as an organization in a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Company Address Line 2
    Read Only: true
    Maximum Length: 240
    Address of an Account entered in line two.
  • Title: Company City
    Read Only: true
    Maximum Length: 60
    The city part of the address provided by an organization while enrolling a member as an organization in loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Company Country
    Read Only: true
    Maximum Length: 2
    Country of an Account.
  • Title: Company County
    Read Only: true
    Maximum Length: 60
    County of an Account.
  • Title: Company Postal Code
    Read Only: true
    Maximum Length: 60
    Postal Code of an Account.
  • Title: Company Province
    Read Only: true
    Maximum Length: 60
    Province of an Account.
  • Title: Company State
    Read Only: true
    Maximum Length: 60
    State of an Account.
  • Title: Organization Group ID
    The organization group identifier to which the loyalty member belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Household Party Number
    Read Only: true
    Maximum Length: 30
    The organization group party number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Parent
    Maximum Length: 1
    Default Value: N
    The parent member where the loyalty member is either a household or an individual, but is also a corporate member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Contact Party Name
    Maximum Length: 360
    The loyalty partner name as an alternative identifier. Oracle Loyalty Cloud creates this identifier when a loyalty membership is created through a partner as a reference. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Registry ID
    Read Only: true
    Maximum Length: 30
    The party number of the contact associated with the loyalty member.
  • Title: Primary Contact First Name
    Read Only: true
    Maximum Length: 150
    The first name of the member contact in the context of referred member. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same FirstName attribute can be used while enrolling a loyalty member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Primary Contact Last Name
    Read Only: true
    Maximum Length: 150
    The last name of the member contact in the context of the referred member. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same LastName attribute can be used while enrolling a loyalty member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Person Name
    Maximum Length: 450
    The full name of the member contact. The Contact object in Oracle Sales Cloud stores the member's first name, last name, and middle name. This same LastName attribute can be used while enrolling a member to a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Phone
    Read Only: true
    Maximum Length: 40
    The phone number of the member. This is one of the Member Contact fields which can be used while enrolling a loyalty member in a program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Points
    Read Only: true
    Maximum Length: 255
    Default Value: 0
    The point balance. This attribute is the numeric value of the point balance of the loyalty member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type A Value
    Default Value: 0
    The points for the member from Point Type A as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type B Value
    Default Value: 0
    The points for the member from Point Type B as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type C Value
    Default Value: 0
    The points for the member from Point Type C as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type D Value
    Default Value: 0
    The points for the member from Point Type D as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type E Value
    Default Value: 0
    The points for the member from Point Type E as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type F Value
    Default Value: 0
    The points for the member from Point Type F as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type G Value
    Default Value: 0
    The points for the member from Point Type G as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type H Value
    Default Value: 0
    The points for the member from Point Type H as defined in the loyalty program. Oracle Loyalty Cloud refers internally to the point types alphabetically, from A to H. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Postal Code
    Read Only: true
    Maximum Length: 60
    The postal code of the contact or account or household address, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Primary Contact ID
    The partner contact identifier. This value can be provided as an input while creating a loyalty member through the resource and when Oracle Loyalty Cloud enrols the corresponding contact as a member in the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Previous Tier Name
    Read Only: true
    The previous tier name from which the loyalty member is promoted to the current tier. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Number
    Maximum Length: 30
    The program number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Individual Province
    Read Only: true
    Maximum Length: 60
    The province of the contact or account or household, which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Real Time Bonus
    Maximum Length: 1
    Default Value: false
    The real time bonus flag. If this flag is set to Y, then on member enrollment, it processes enrollment and referral bonus transactions in real time. Otherwise, it will create an enrollment bonus and referral bonus transaction and set the status to Queued for the batch engine to pick and process. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Referring Member Contact ID
    Read Only: true
    The primary contact identifier of referral member. This value is shown as additional information regarding the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Referred By
    Maximum Length: 100
    The member identifier of the referring member name who has referred the current member to the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Referred By
    The member identifier by name who has referred the current member to the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Referred by Number
    Maximum Length: 30
    The member number of the member who has referred the current member to the loyalty program. This value is input by the user and is validated against the existing member record in Oracle Loyalty Cloud. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Relationship ID
    The relationship identifier which shows the relationship between loyalty members. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Relationship Record Identifier
    Read Only: true
    The relationship record identifier that shows the relationship of the member between other loyalty members. For example, there might be a relationship between an organization and a member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Relationship Type
    Read Only: true
    Maximum Length: 30
    The relationship type showing the type of relation between loyalty members. For example, there might be a relationship between an organization and a member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Relationship Type
    The relationship type showing the type of relation between loyalty members. For example, there might be a relationship between an organization and a member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Joining Date
    The date when the membership in the loyalty program starts. There is no default value, dependency, or limitation associated with this attribute.
  • Title: State
    Read Only: true
    Maximum Length: 60
    The state code of the contact or account or household, which is provided by member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status Meaning
    Maximum Length: 80
    The member status meaning of referred loyalty member which is a read-only value based on the Status code attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_STATUS lookup. There is no default value or limitation associated with this attribute.
  • Title: Status
    Maximum Length: 30
    Default Value: ORA_MEM_STATUS_ACTIVE
    The status code of the loyalty member, which is a read-only value based on the Status attribute. This attribute is a lookup type value based on the ORA_LOY_MEM_STATUS lookup. There is no default value or limitation associated with this attribute.
  • Title: Suppress Call
    The attribute indicates that the member does not want to receive any calls pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
  • Title: Block Member Call Contact
    Maximum Length: 1
    Default Value: false
    Block Member Call Contact.
  • Title: Suppress Email
    The attribute indicates that the member does not want to receive any mail pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
  • Title: Block Member Email Contact
    Maximum Length: 1
    Default Value: false
    Block Member Email Contact.
  • Title: Suppress Fax
    The attribute indicates that the member does not want to receive any fax pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
  • Title: Block Member Fax Contact
    Maximum Length: 1
    Default Value: false
    Block Member Fax Contact.
  • Title: Suppress Mail
    The attribute indicates that the member does not want to receive any mail pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
  • Title: Block Member Mail Contact
    Maximum Length: 1
    Default Value: false
    Block Member Mail Contact.
  • Title: Suppress SMS
    The attribute indicates that the member does not want to receive any SMS pertaining to the ongoing loyalty promotions and related updates. The default value is No. There is no dependency or limitation associated with this attribute.
  • Title: Block Member SMS Contact
    Maximum Length: 1
    Default Value: false
    Block Member SMS Contact.
  • Title: Surviving Member Number
    Maximum Length: 30
    The surviving member number associated with the referred member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier
    Read Only: true
    Maximum Length: 255
    The tier name of the current tier of the loyalty member. The tier calculation is done by the Oracle Loyalty Cloud engine. This attribute value is set by the Oracle Loyalty Cloud engine when performing the tier assessment of the loyalty member based on the qualifying point balance of the member. There is no default value, dependency, or limitation associated with this attribute.
  • The member URL which is provided by the member while enrolling into a loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Lifetime Value Score
    Maximum Length: 50
    The life time value score of the loyalty member as the highest watermark value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Phone
    Read Only: true
    Maximum Length: 40
    The work phone number of the referred member. The WorkPhoneNumber attribute is another contact related attribute which shows the secondary formatted phone number if the primary phone number Is not available. There is no default value, dependency, or limitation associated with this attribute.
Back to Top