Get a loyalty program

get

/crmRestApi/resources/11.13.18.05/loyPrograms/{LoyProgramId}

Request

Path Parameters
  • The primary key to identify a program. Oracle Loyalty Cloud generates this attribute value during the creation of a program record. 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
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : loyPrograms-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the program is available for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Allow Negative Points
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the program is enabled for negative points or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Apply Code
    Maximum Length: 30
    The attribute value specifies how points are allocated when multiple promotions apply to a transaction. The possible values are Apply All Promos, Maximize by Point Type, and Maximize by Promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Batch Redemption Period Duration
    The batch redemptions that are run periodically to redeem all the outstanding points of all members of a program whose point balance is greater than or equal to the threshold set up under the program, and that reset the point balance of the members to zero. The identifier signifies the period when the batch redemptions run, for example, every month or every number of years. For example, a supermarket chain rewards members for their shopping by giving them points. At the end of the month or any specific period, it converts all the points to dollars and issues vouchers to its members. This process applies only to members whose point balance is greater than or equal to 500 points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Batch Redemption Period Type Code
    Maximum Length: 30
    The program batch redemption period type specifies when a batch redemption runs. For example, if the period type is Years, and the duration is set to 1, then the batch redemption is done once in a year. There is no default value, dependency, or limitation associated with this attribute.
  • Title: BU ID
    Default Value: 0
    The business unit identifier provides the details of the organization that runs the program. There is no default value, dependency, or limitation associated with this attribute.
  • Calendar Attributes
    Title: Calendar Attributes
    The calendar attributes resource is used to retrieve the details of the calendar attributes defined for the program.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code used in the loyalty program. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the program. Oracle Loyalty Cloud generates this attribute value during the creation of a new program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created Date
    Read Only: true
    The date when the program is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type used in the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    Maximum Length: 15
    The currency used in the loyalty program. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Deleted
    Maximum Length: 1
    Default Value: false
    The deleted flag is a boolean attribute that indicates whether the program is marked as deleted or not. Marking a program as deleted does not mean the program is actually deleted from the data base, but instead means the program record is marked as deleted. Once a program is marked as deleted, the program cannot be used by a loyalty user. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Program Description
    Maximum Length: 250
    The program description that is provided by the loyalty administrator while creating the program. There is no default value, dependency associated with this attribute.
  • Title: Enable Enrollment Bonus
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether a member is awarded any rewards for enrolling into the program. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Enable Referral Bonus
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether a member is entitled to a reward for a referral. The bonus for referring a new member is provided for the referred member, when the referral bonus flag is enabled. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: End Date
    The date when the program is no longer in effect for use by members. The end date must be greater than the start date. There is no default value associated with this attribute.
  • Events
    Title: Events
    The events resource is used to retrieve the details of the event defined for the loyalty program.
  • Title: Host Org ID
    The host organization identifier is the hosting organization that implements the program, for example, Company, Contractors, Partners, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Change Date
    Read Only: true
    The date when the program is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are any changes to the program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Changed By
    Read Only: true
    Maximum Length: 64
    The user that last updated the program. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the program. There is no dependency or limitation associated with this attribute.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user that last logged in. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the program. There is no dependency or limitation associated with this attribute.
  • Links
  • Title: Loyalty Program ID
    The primary key to identify a program. Oracle Loyalty Cloud generates this attribute value during the creation of a program record. There is no default value, dependency, or limitation associated with this attribute.
  • Member Attributes
    Title: Member Attributes
    The member attributes resource is used to retrieve the details of the member attributes defined for the program.
  • Title: Member Count
    The member count identifier indicates the total number of members enrolled to the program. There is no default value, dependency, or limitation associated with this attribute.
  • Member Field Attributes
    Title: Member Field Attributes
    The member field attributes resource is used to retrieve the details of the member field attributes defined for the program.
  • Title: Member Shared
    The member shared attribute previously stored the count of members enrolled into a program through the partners associated with that program. Oracle Loyalty Cloud does not currently use this attribute. There is no default value, dependency, nor limitation associated with this attribute.
  • Member Tier Attributes
    Title: Member Tier Attributes
    The member tier attributes resource is used to retrieve the details of the member tier attributes defined for the loyalty program.
  • Title: Name
    Maximum Length: 50
    The unique identifier that indicates the name of the program. There is no default value, dependency, or limitation associated with this attribute.
  • Negative Points
    Title: Negative Points
    The negative points resource is used to retrieve the details of negative points defined for the loyalty program.
  • Title: Partner
    Maximum Length: 1
    Default Value: false
    The partner flag is a boolean attribute that differentiates internal programs from partner programs. The default value is N. There is no dependency or limitation associated with this attribute.
  • Point Blocks
    Title: Point Blocks
    The point blocks resource is used to retrieve the details of the point block defined for the partner.
  • Title: Point Exp Level Code
    Maximum Length: 30
    The point expiration level code, which specifies the level when points expire. The accepted values are Tier Level (expiration of points must be defined for each tier) or Point Type Level (the tier level definition of points expiration is disabled and point expiration can only be defined at the point type level). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point to Pay
    Maximum Length: 1
    Default Value: false
    The boolean flag that allows members to redeem a product despite having an insufficient point balance. For example, consider if redemption prices for a product are either 1000 points or 500 points plus $500. A member having only 600 points can still redeem the product by choosing the second option. This check box is a one-time selection for the program. If this flag is enabled, then the members do not get the points-plus-pay option in any redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Point Subtypes
    Title: Point Subtypes
    The point subtypes resource is used to retrieve the details of the loyalty point subtypes defined for the program.
  • Point Total Attributes
    Title: Point Total Attributes
    The point total attributes resource is used to retrieve the details of the point totals attributes defined for the program.
  • Title: Point Type ID
    The point type identifier uniquely identifies each point type. Various point types are defined to reward and recognize members based on their activities, such as, completing a flight or referring a friend to the program. Some point types are defined to allow members to redeem points for a product or service, while some are defined to track their behavior and reward them by assigning a new tier status. There is no default value, dependency, or limitation associated with this attribute.
  • Point Types
    Title: Point Types
    The point types resource is used to retrieve the details of the loyalty point types defined for the program.
  • Title: Primary Point Type
    The primary key of loyalty point types for the primary point type. Various point types can be defined to reward and recognize members based on their activities, such as completing a flight or referring a friend to the program. Among the defined point types, only one is specified as primary. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Number
    Maximum Length: 30
    The program number for which this point block is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Owner
    Maximum Length: 30
    The program owner is the user that created the program and that owns the program. There is no default value, dependency, or limitation associated with this attribute.
  • Program Partners
    Title: Program Partners
    The program partners resource is used to retrieve the details of the loyalty partners defined for the program.
  • Title: Purchase Start Day Code
    Maximum Length: 30
    The purchase start day code attribute is used to calculate the restrictions on how many points a member can purchase for one year. The one year period starts on the day entered in this field. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Purchase Start Month Code
    Maximum Length: 30
    The purchase start month code attribute is used to calculate restrictions on how many points a member can purchase for one year. The one year period starts from the month entered in this field. There is no default value, dependency, or limitation associated with this attribute.
  • Redemption Products
    Title: Redemption Products
    The redemption products resource is used to retrieve the details of the redemption products defined for the program.
  • Title: Revenue Recognition Period Duration
    The revenue recognition period. After a program is in place, results are measured to see if the program is achieving the goals set during the design phase. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Revenue Recognition Period Type Code
    Maximum Length: 30
    The revenue recognition period type code. The period type is either Months or Years. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Date
    The date from when program comes into effect for use by members. The entered date must be less than the end date. There is no default value or dependency.
  • Title: Threshold Point Value
    The threshold point value specifies the minimum points to be attained to qualify for a batch redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Tier Classes
    Title: Tier Classes
    The tier classes resource is used to retrieve the details of a tier class defined for the program.
  • Maximum Length: 50
    This attribute indicates timezone code defined for the program. There is no dependency or limitation associated with this attribute.
  • Transaction Attributes
    Title: Transaction Attributes
    The transaction attributes resource is used to retrieve the details of the transaction attributes defined for the program.
  • Transaction Restrictions
    Title: Transaction Restrictions
    The transaction restrictions resource is used to retrieve the details of the transaction restrictions defined for the loyalty program.
  • Title: Transfer Start Day Code
    Maximum Length: 30
    The transfer start day code attribute is used to calculate restrictions on how many points a member can transfer or give out in a one year period. The one year period starts on the day entered in this field. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Transfer Start Month Code
    Maximum Length: 30
    The transfer start month code attribute is used to calculate restrictions on how many points a member can transfer or give out in a one year period. The one year period starts on the month entered in this field. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : Calendar Attributes
Type: array
Title: Calendar Attributes
The calendar attributes resource is used to retrieve the details of the calendar attributes defined for the program.
Show Source
Nested Schema : Events
Type: array
Title: Events
The events resource is used to retrieve the details of the event defined for the loyalty program.
Show Source
Nested Schema : Member Attributes
Type: array
Title: Member Attributes
The member attributes resource is used to retrieve the details of the member attributes defined for the program.
Show Source
Nested Schema : Member Field Attributes
Type: array
Title: Member Field Attributes
The member field attributes resource is used to retrieve the details of the member field attributes defined for the program.
Show Source
Nested Schema : Member Tier Attributes
Type: array
Title: Member Tier Attributes
The member tier attributes resource is used to retrieve the details of the member tier attributes defined for the loyalty program.
Show Source
Nested Schema : Negative Points
Type: array
Title: Negative Points
The negative points resource is used to retrieve the details of negative points defined for the loyalty program.
Show Source
Nested Schema : Point Blocks
Type: array
Title: Point Blocks
The point blocks resource is used to retrieve the details of the point block defined for the partner.
Show Source
Nested Schema : Point Subtypes
Type: array
Title: Point Subtypes
The point subtypes resource is used to retrieve the details of the loyalty point subtypes defined for the program.
Show Source
Nested Schema : Point Total Attributes
Type: array
Title: Point Total Attributes
The point total attributes resource is used to retrieve the details of the point totals attributes defined for the program.
Show Source
Nested Schema : Point Types
Type: array
Title: Point Types
The point types resource is used to retrieve the details of the loyalty point types defined for the program.
Show Source
Nested Schema : Program Partners
Type: array
Title: Program Partners
The program partners resource is used to retrieve the details of the loyalty partners defined for the program.
Show Source
Nested Schema : Redemption Products
Type: array
Title: Redemption Products
The redemption products resource is used to retrieve the details of the redemption products defined for the program.
Show Source
Nested Schema : Tier Classes
Type: array
Title: Tier Classes
The tier classes resource is used to retrieve the details of a tier class defined for the program.
Show Source
Nested Schema : Transaction Attributes
Type: array
Title: Transaction Attributes
The transaction attributes resource is used to retrieve the details of the transaction attributes defined for the program.
Show Source
Nested Schema : Transaction Restrictions
Type: array
Title: Transaction Restrictions
The transaction restrictions resource is used to retrieve the details of the transaction restrictions defined for the loyalty program.
Show Source
Nested Schema : loyPrograms-CalendarAttributes-item-response
Type: object
Show Source
  • Title: Account Activity
    Maximum Length: 30
    The calendar attribute account activity option. If specified, then the points expire if there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The attribute active flag is a boolean attribute that specifies whether the created calendar attribute is enabled for the user or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Definition ID
    The primary key value of the loyalty attribute definitions corresponding to attribute types like pointType, Member, Transaction, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Field
    The identifier reflects the type of attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Field
    Maximum Length: 75
    The external business service that can be called in a promotion for the evaluation of business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Code
    Maximum Length: 30
    The specification of which action must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount as the cash value for one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user that created the calendar attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a calendar attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the calendar attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a loyalty attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, GBP, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    The date when the calendar attribute currency exchange takes place. This attribute displays the date of the currency exchange during the calendar attribute creation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The calendar attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The calendar attribute data type code indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the attribute is created for a member for the first time. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional information pertaining to the calendar attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: true
    The boolean attribute that indicates whether the calendar attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The calendar attribute display name that is visible to the user. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the calendar attribute value is calculated dynamically based on another attribute, and which is used in the promotion criteria. The criteria can compare an attribute to a value or compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Expiration Aligned
    Maximum Length: 30
    The expiry alignment attribute provides the details pertaining to the calculation of the expiry of points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Basis
    Maximum Length: 30
    The basis for the point or voucher expiry. The accepted values are Period (expires after a period of time) or Date (expires on a specific date). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The calendar attribute expiry day specifies the day of the month when the points expire if the expiry basis is set to Date. The attribute is dependent on the Expiry Basis Code attribute. There is no default value or limitation associated with this attribute.
  • Title: Expiration Month Code
    Maximum Length: 30
    The calendar attribute expiry month specifies the month when the points expire if the expiry basis is set to Month. The attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Period Unit of Measure
    Maximum Length: 30
    The expiry period unit of measure (UOM) is used to specify when points expire. For example, if the points expire a year after they are earned, UOM is set to Year. After the points expire, the member can no longer exchange points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Period Length
    The attribute expiry period length is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Name
    Maximum Length: 75
    The internal name of the calendar attribute. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are any changes to the attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes to the attribute take place. 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 the user that last logged in. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes to the attribute occur. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action
    Maximum Length: 30
    The attribute merge action that specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Meaning
    Read Only: true
    Maximum Length: 80
    The method that is used in the calculation of the calendar attribute value that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method returns the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method
    Maximum Length: 75
    The method that is used in calculations of the program attribute value that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method gives the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum points needed to reactivate the expired points, so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Months Length
    The numeric value that corresponds to the number of months during which points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Calendar
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The pick applet attribute is a field whose values are entered using a dialog box. While defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field whose value the user sees in the UI after selecting the value from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The attribute pick field name is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The pick list that is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist is displayed with the values for this field . There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which calendar attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of the loyalty promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point
    Maximum Length: 1
    Default Value: false
    The promotion attribute qualifying point is a boolean attribute that indicates that the points accrued when the promotion gets applied count toward earning tier status, but cannot be redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates members points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the promotion attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The attribute effective start date indicates the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period until the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year, then the unit of measure (UOM) is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of the loyalty tier class that indicates the class to which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute that indicates the name of the tier class corresponding to tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The attribute weight factor is used to determine which promotion applies to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The attribute weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. This attribute has a dependency on the Weight Factor attribute. There is no default value or limitation associated with this attribute.
Nested Schema : loyPrograms-events-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created event is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Cooling off Period in Weeks
    Default Value: 0
    The cool off period for the event defined for the loyalty program. This is the period for which Oracle Loyalty Cloud checks if an event is already created for the member or not. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The loyalty user that created the event. Oracle Loyalty Cloud generates this attribute value during the creation of a new event record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the event is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new event record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Event Name
    Maximum Length: 75
    The event defined in the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Event Transaction Attributes
    Title: Event Transaction Attributes
    The event transaction attributes resource is used to retrieve the details of the event terms defined for the event.
  • Title: Ignore Year
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies weather year can be ignored from the date for the event. The default value is N. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    The date when the event record was last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the event record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the event. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the event. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 32
    The login details of the user that last logged in to Oracle Loyalty Cloud. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the events. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • The loyalty event identifier for uniquely identifying an event from a program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Member Attribute
    The name of the member attribute defined for the event. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Subtracted Days
    Default Value: 0
    The negative offset days for the event defined for the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Added Days
    Default Value: 0
    The positive offset days for the event defined for the loyalty program. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : Event Transaction Attributes
Type: array
Title: Event Transaction Attributes
The event transaction attributes resource is used to retrieve the details of the event terms defined for the event.
Show Source
Nested Schema : loyPrograms-events-eventTransactionAttributes-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    The loyalty user that created the event transaction attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new event transaction attribute record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the event transaction attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new event transaction attribute record. There is no default value, dependency, or limitation associated with this attribute.
  • The event attribute identifier. There is no default value, dependency, or limitation associated with this attribute.
  • The organization from where inventory is being picked. For example, when a transaction is created, the inventory or goods might be picked from the partner and directly delivered to the customer. That is, the transaction is created for one organization, but the inventory is picked from a different organization. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the event transaction attribute record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the event transaction attribute record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the event transaction attribute. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the event transaction attribute. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 32
    The user that last updated the event transaction attribute. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the event transaction attribute. There is no dependency or limitation associated with this attribute.
  • Links
  • Title: Member Attribute
    The name of the member attribute defined for the event transaction. There is no default value, dependency, or limitation associated with this attribute.
  • The loyalty product identifier. This attribute describes the product that is going to be used in the event transaction that has been created.There is no default value, dependency, or limitation associated with this attribute.
  • The loyalty product number. This attribute describes the product that is going to be used in the event transaction that has been created.There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute
    The transaction attribute name of the event transaction attribute defined for the event. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Fixed Value
    Maximum Length: 75
    The transaction attribute value of the event transaction attribute defined for the event. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-MemberAttributes-item-response
Type: object
Show Source
  • Title: Account Activity
    Maximum Length: 30
    The member attribute account activity code. If this option is specified, then points expire if there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created member attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Definition ID
    The primary key value of the loyalty attribute definitions corresponding to attribute types like pointType, Member, Transaction, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Child Attribute
    The promotion attribute type code. This attribute reflects the attribute type, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Business Service Name
    Maximum Length: 75
    The external business service that can be called in the promotion to evaluate business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Meaning
    Read Only: true
    Maximum Length: 80
    The specification of which action must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action
    Maximum Length: 30
    The specification of the action which must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new member attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new member attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value or dependency associated with this attribute.
  • Title: Currency Exchange Date
    The date when the attribute currency exchange takes place. This attribute displays the date of the currency exchange during the creation of promotion attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The member attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The member attribute data type name indicates whether the attribute is a string, or number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the member attribute is created for a member, for the first time. There is no default, dependency, or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional information pertaining to the attributes being used in promotion criteria. There is no default, dependency, or limitation associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: true
    The boolean attribute that indicates whether the member attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The attribute display name that is displayed on the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the member attribute value is calculated dynamically based on another attribute, which is used by the promotion criteria. The criteria can compare an attribute to a value or can compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Expiration Aligned
    Maximum Length: 30
    The expiry alignment attribute provides details pertaining to the calculation of the expiry of points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Basis
    Maximum Length: 30
    The basis for point or voucher expiry. The accepted values are Period (expires after a period of time) or Date (expires on a specific date). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The member attribute expiry day specifies the day of the month when the points expire, if the expiry basis is set to Date. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Month Code
    Maximum Length: 30
    The member attribute expiry month specifies the month when the points expire, if the expiry basis is set to Month. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Period Length
    The member attribute expiry period length is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Period Unit of Measure
    Maximum Length: 30
    The member attribute expiry period unit of measure (UOM), which is used to specify when points expire. For example, if the points expire a year or more after they are earned, UOM is set to Year. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Name
    Maximum Length: 75
    The member attribute internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the member attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes to promotion attribute occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes happen to the member attribute. 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 the user that last updated the member attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the promotion attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action Meaning
    Read Only: true
    Maximum Length: 80
    The attribute that indicates the merge action to be taken on a member attribute depending on the attribute data type.
  • Title: Merge Action
    Maximum Length: 30
    The member attribute merge action specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Name
    Maximum Length: 75
    The method that is used in calculations of a promotion attribute value that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method returns the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum points needed to reactivate the expired points so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Months Length
    The numeric value that corresponds to the number of months during which points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Member
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The member attribute pick applet is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field is the field whose value the user sees in the UI after selecting the field from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The member attribute pick field name is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The member attribute pick list that is enabled if the attribute values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Formula ID
    The program formula identifier for the formula which can be used in criteria for comparisons and in actions for assigning values or updating attributes with the formula. The attribute is available for use by a promotion only if it is associated with the same program as that of the promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which member attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of loyalty promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point
    Maximum Length: 1
    Default Value: false
    The member attribute qualifying point is a boolean attribute that indicates that the points accrued when the promotion gets applied count towards earning tier status, but cannot be redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates members points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the promotion attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The member attribute effective start date attribute indicates the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period until the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year, then the unit of measure (UOM) is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of loyalty tier class that indicates the class to which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute that indicates the name of the tier class corresponding to tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The member attribute weight factor is used to determine which promotion is applied to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The member attribute weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. This attribute has a dependency on the Weight Factor attribute. There is no default value or limitation associated with this attribute.
Nested Schema : loyPrograms-MemberFieldAttributes-item-response
Type: object
Show Source
  • Title: Account Activity
    Maximum Length: 30
    The account activity code attribute. If this option is specified, then points expire when there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created member field attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Definition ID
    The primary key value of the loyalty attribute definitions corresponding to attribute types such as pointType, Member, Transaction, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Field
    The member field attribute type code. This attribute reflects the type of the attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Business Service Name
    Maximum Length: 75
    The external business service that can be called in a promotion for evaluation of business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Code
    Maximum Length: 30
    The specification of which action must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new member field attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new member field attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    The date when the member attribute currency exchange takes place. This attribute displays the date of the currency exchange during member attributes creation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The member field attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The member field attribute data type name indicates whether the attribute is a string, or a number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the attribute is created for a member for the first time. There is no dependency or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional information pertaining to the attributes being used in the promotion criteria. There is no dependency or limitation associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: true
    The boolean attribute that indicates whether the member field attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The member attribute display name is the name that is displayed on the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the member field attribute value is calculated dynamically based on another attribute that is used by the promotion criteria. The criteria can compare an attribute to a value or compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Expiration Aligned
    Maximum Length: 30
    The expiry alignment attribute provides the details pertaining to the calculation of the expiry of points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Basis
    Maximum Length: 30
    The basis for point or voucher expiry. The accepted values are Period (expires after a period of time) or Date (expires on a specific date). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The member field attribute expiry day specifies the day of the month when the points expire, if the expiry basis is set to Date. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Month Code
    Maximum Length: 30
    The member field attribute expiry month specifies the month when the points expire, if the expiry basis is set to Month. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute. .
  • Title: Expiration Period Length
    The member field attribute expiry period length is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Period Unit of Measure
    Maximum Length: 30
    The member field attribute expiry period unit of measure (UOM), which is used to specify when points expire. For example, if the points expire after they are earned, UOM is Year. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Field
    Maximum Length: 75
    The member field attribute internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are changes to member field attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are changes to the member field attributes. 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 the user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are changes to the member field attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action
    Maximum Length: 30
    The member field attribute merge action specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Name
    Maximum Length: 75
    The method that is used in calculations of promotion attribute values that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method gives the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum points needed to reactivate the expired points, so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Months Length
    The numeric value that corresponds to the number of months during which points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Member
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The member field attribute pick applet is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field whose value the user sees in the UI after selecting from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The member field attribute pick field name is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The member field attribute pick list is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Formula ID
    The program formula identifier that is available for use by the promotion, but only if it is associated with the same program as that of the program and promotion. The formula can be used in criteria for comparisons and in actions for assigning values or updating attributes with the formula value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the member field attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of loyalty promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point
    Maximum Length: 1
    Default Value: false
    The member field attribute qualifying point is a boolean attribute that indicates that the points accrued when the promotion gets applied count toward earning tier status, but cannot be redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates members points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the member field attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The member field attribute effective start date indicates the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period until the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year, then the UOM is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of the loyalty tier class that indicates the class to which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute that indicates the name of the tier class corresponding to the tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The member field attribute weight factor is used to determine which promotion must be applied to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The member field attribute weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. There is no default value or limitation associated with this attribute. This attribute has a dependency on the Weight Factor attribute.
Nested Schema : loyPrograms-MemberTierAttributes-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created member tier attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Field
    The member tier attribute type code. This attribute reflects the type of the attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The member tier attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The member tier attribute data type name indicates whether the attribute is a string, or a number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the attribute is created for a member for the first time. There is no dependency or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional information pertaining to the member tier attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The member tier attribute display name is what gets displayed on the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Field
    Maximum Length: 75
    The member tier attribute internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Member Tier
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The member tier attribute pick applet is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field whose value the user sees in the UI after selecting from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The member tier attribute pick field name is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The member tier attribute pick list is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the member tier attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the member tier attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
Nested Schema : loyPrograms-NegativePoints-item-response
Type: object
Show Source
  • Title: Absolute Value
    The attribute represents the absolute value of a negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Basis Meaning
    Read Only: true
    Maximum Length: 80
    The attribute indicates the basis meaning of a negative points record. It can have either of two values as 'maximum' or 'minimum'. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Basis
    Maximum Length: 30
    The attribute indicates the basis code meaning of a negative points record. It can have either of two values as 'maximum' or 'minimum'. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The loyalty user that created the negative points record. Oracle Loyalty Cloud generates this attribute value during the creation of a new negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the negative points record is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the negative points record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to negative points occur. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the negative points. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes happen to the negative points. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 32
    The login details of the user that last updated the negative points record. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the negative points occur. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Percentage
    This attribute shows the negative points allowed to a member as percentage of the point balance available. There is no any default value to it.
  • Title: Point Type
    The attribute is the unique point type identifier corresponding to the point type selected in a negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • The attribute indicates the name of the point type which is added for negative points. There is no default value, dependency, or limitation associated with this attribute.
  • The primary key of the loyalty negative points record. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program
    Read Only: true
    Maximum Length: 50
    The program for which the negative points record is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier Class
    The attribute is the unique tier class identifier corresponding to the tier class selected in a negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • The attribute that indicates the name of the tier class with which the negative points record is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier
    The attribute is the unique tier identifier corresponding to the tier name selected in a negative points record. There is no default value, dependency, or limitation associated with this attribute.
  • The attribute that indicates the name of the tier associated with a negative points record. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-PointBlocks-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    The loyalty user that created the point block. Oracle Loyalty Cloud generates this attribute value during the creation of a new point block record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the point block is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new point block record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the point block record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the point block record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the point block. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the point block. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 32
    The login details of the user that last logged in. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the point block. There is no dependency or limitation associated with this attribute.
  • Links
  • Title: Name
    Maximum Length: 100
    The name of point block. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Original Points
    The original points created under the point block. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner
    The partner associated with the point block. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Block Number
    Maximum Length: 30
    The number of point block. There is no default value, dependency, or limitation associated with this attribute.
  • The point block identifier created under the partner terms. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of program for which this point block is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Remaining Points
    Read Only: true
    The remaining points from the point block. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Date
    The start date for the point block. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-PointSubtypes-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the point subtype attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new point subtype attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the point subtype is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new point subtype attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default
    Maximum Length: 1
    Default Value: false
    The default value that is used when the attribute is created for a member for the first time. There is no dependency or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 100
    The additional information pertaining to the attributes being used in promotion criteria. There is no dependency or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the point subtype attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to promotion attributes occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the point subtype. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes to the promotion attributes occur. 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 the user that last updated the point subtype. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the promotion attributes occur. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Loyalty Point Subtype ID
    The primary key of loyalty point subtypes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 50
    The unique identifier of the point subtype. Point subtypes are used to keep track of the different reasons that the points are given out. For example, points can be given out as an incentive with purchases or as a bonus. In this case, point subtypes named Incentive and Bonus are created to track these two different reasons for the assignment of points to members. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the point subtype is created. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-PointTotalsAttributes-item-response
Type: object
Show Source
  • Title: Account Activity
    Maximum Length: 30
    The point totals attribute account activity code. If this option is specified, then points expire if there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created point total attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Point Type
    The primary key value of the loyalty attribute definitions corresponding to attribute types like pointType, Member, Transaction, and so on There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Point Total
    The point totals attribute type code reflects the type of the attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Business Service Name
    Maximum Length: 75
    The external business service that can be called in a promotion for evaluating business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Code
    Maximum Length: 30
    The specification of the action that must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the point totals attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new point totals attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the point totals attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new point totals attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    The date when the point totals attribute currency exchange takes place. This attribute displays the date of the currency exchange during the creation of the point totals attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The point total attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    Default Value: ORA_ATTRIB_NUM_DATA_TYPE
    The point totals attribute data type name indicates whether the attribute is a string, or a number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the attribute is created for a member for the first time. There is no dependency or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional information pertaining to the attributes being used in promotion criteria. There is no dependency or limitation associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the point totals attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The point subtype attribute display name that is displayed on the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the attribute value is calculated dynamically based on another attribute, which is used by the promotion criteria. The criteria can compare an attribute to a value or compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Expiration Aligned
    Maximum Length: 30
    The expiry alignment attribute provides details pertaining to the calculation of the expiry of points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Basis
    Maximum Length: 30
    The basis for point or voucher expiry. The accepted values are Period (expires after a period of time) or Date (expires on a specific date). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The point totals attribute expiry day specifies the day of the month when the points expire if the expiry basis is Date. There is no default value or limitation associated with this attribute. This attribute is dependent on Expiry Basis Code.
  • Title: Expiration Month Code
    Maximum Length: 30
    The point totals attribute expiry month specifies the month when the points expire if the expiry basis is Month. There is no default value or limitation associated with this attribute. This attribute is dependent on Expiry Basis Code.
  • Title: Expiration Period Length
    The expiry period length attribute is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Period UOM Meaning
    Read Only: true
    Maximum Length: 80
    The point totals attribute expiry period unit of measure (UOM) is used to specify when points expire. The possible values of this UOM are Days, Months, Quarters and Year. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Period UOM
    Maximum Length: 30
    The point totals attribute expiry period unit of measure (UOM) is used to specify when points expire. The possible values of this UOM code are Days, Months, Quarters and Year. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Name
    Maximum Length: 75
    Default Value: Internal
    The point totals attribute internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes to the promotion attributes occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever there are any changes to the promotion attributes. 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 the user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the promotion attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of the loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action
    Maximum Length: 30
    The merge action attribute specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Name
    Maximum Length: 75
    The method that is used in the calculation of the promotion attribute value that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method returns the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum number of points needed to reactivate the expired points so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Period Quantity
    The numeric value that corresponds to the number of months during which points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Member
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The pick applet attribute is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field whose value the user sees in the UI after selecting from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The pick field name attribute is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The pick list attribute is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Formula ID
    The program formula identifier that is available for use by a promotion only if it is associated with the same program as the program for the promotion. The formula can be used in criteria for comparisons and in actions for assigning values or updating attributes with the formula value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the point totals attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of the promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point
    Maximum Length: 1
    Default Value: false
    The point totals qualifying point attribute is a boolean attribute that indicates that the points accrued when the promotion gets applied count toward earning tier status, but are not redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates members points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the point total attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The effective start date attribute specifies the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period until the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year, then the UOM is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of the loyalty tier class, which indicates the class in which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute that indicates the name of the tier class corresponding to the tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The weight factor attribute is used to determine which promotion must be applied to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. This attribute has a dependency on the Weight Factor attribute. There is no default value or limitation associated with this attribute.
Nested Schema : loyPrograms-PointTypes-item-response
Type: object
Show Source
  • Title: Activity
    Maximum Length: 30
    The point type account activity code. If this option is specified, then points expire if there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created point type attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Definition ID
    The primary key value of the loyalty attribute definitions corresponding to attribute types such as pointType, Member, Transaction, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    The point type attribute type code. This attribute reflects the type of the attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Business Service Name
    Maximum Length: 75
    The external business service that can be called in a promotion for the evaluation of business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Code
    Maximum Length: 30
    The specification of which action must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cost per Point
    The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the promotion attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new promotion attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the point type attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new point type attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    The date when the point type attribute currency exchange takes place. This attribute displays the date of the currency exchange during the creation of the point type attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The point type attribute data type code indicates whether the attribute is a string, or number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    The data type meaning attribute indicates whether the attribute is a string, or a number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The default value that is used when the attribute is created for a member for the first time. There is no dependency or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The additional details that pertain to the point type. There is no default value, dependency associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: true
    The boolean attribute that indicates whether the point type attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The point types attribute display name that is displayed to the user. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the attribute value is calculated dynamically based on another attribute, which is used by the promotion criteria. The criteria can compare an attribute to a value or compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    The blocks of points having different expiration dates and sales prices that are created at the time of credit. When members accrue points, these point blocks are debited based on a pricing rule, with the earliest expiration dates debited first. These point blocks require adjustment if there are errors in crediting or debiting point balances. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiry Basis
    Maximum Length: 30
    The basis code for point type expiry. The accepted values are ORA_PT_EX_ACC_ACT, ORA_PT_EX_PERIOD. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The basis for point type expiry. The accepted values are Account Activity (points expire if there is no activity of the type and in the period specified for the point type), Period (expires after a period of time), Fixed Day or Fixed Month (specify the day and month when points expire). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The expiry day attribute specifies the day of the month when the points expire if the expiry basis is Date. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Month Code
    Maximum Length: 30
    The expiry month attribute specifies the month when the points expire if the expiry basis is Month. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Period Quantity
    The expiry period length attribute is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Name
    Maximum Length: 75
    The point type attribute internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the point type attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the promotion attributes occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the point type attributes occur. 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 the user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the point type attributes occur. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action
    Maximum Length: 30
    The attribute merge action specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Name
    Maximum Length: 75
    The method that is used in the calculation of the point type attribute value that can be used in a promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method returns the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum points required to reactivate the expired points so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Months Length
    The numeric value that corresponds to the number of months during which points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The point type period unit of measure. Period type options are Days, Months, Quarters, Years, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The point type pick applet attribute is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field whose value the user sees in the UI after selecting from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The pick field name attribute is the user readable string of the attribute PickField. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The pick list attribute is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The point type activity options are Accrual, Redemption, or Accrual/Redemption. This field is activated only if the point expiry basis is account activity. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Formula ID
    The program formula identifier that is available for use by a promotion, but only if it is associated with the same program as the program for the promotion. The formula can be used in criteria for comparisons and in actions for assigning values or updating attributes with the formula value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the point type is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of the promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying
    Maximum Length: 1
    Default Value: false
    The point type qualifying point attribute is a boolean attribute that indicates that the points accrued when the promotion gets applied count toward earning tier status, but cannot be redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates members points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the point type attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The point type effective start date attribute indicates the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period when the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year then the UOM is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of the loyalty tier class, which indicates the class to which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute indicates the name of the tier class corresponding to tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The point type weight factor attribute is used to determine which promotion must be applied to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. This attribute has a dependency on the Weight Factor attribute. There is no default value or limitation associated with this attribute.
Nested Schema : loyPrograms-ProgramPartners-item-response
Type: object
Show Source
  • The Accrual Validity Length specifies the period the accrual is valid, if precalculated accruals are enabled for a program. For example, if the period is six months, the length is 6. This attribute is dependent on the Pre-calculated Accrual Flag attribute. There is no default value or limitation associated with this attribute.
  • Maximum Length: 30
    The program partner accrual valid unit of measure (UOM) code. If Precalculated Accruals are enabled for a program, then Accrual Validity Length specifies the period that the accrual is valid. For example, if the period is six months, the UOM is Month. This attribute is dependent on Pre-calculated Accrual Flag attribute. There is no default value or limitation associated with this attribute.
  • Maximum Length: 1
    The Allow Negative Flag boolean attribute, if enabled, allows transactions that result in the partner having a negative point balance. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Billing Type Meaning
    Read Only: true
    Maximum Length: 80
    The program partner billing type identifier specifies the type of billing for the member. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Billing Type
    Maximum Length: 30
    The program partner billing type code identifier specifies the type of billing for the member. The list of accepted values are Pre-paid (the partners buy point blocks before members earn the points where a point block representing the amount of points purchased is created and activated) and Post Paid (the partner pays for points only after the points have been given to members where the host company bills the partner after the points are used). There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The primary contact email address of the partner who is associated with the program. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The primary contact phone number of the partner who is associated with the program. There is no default value, dependency, or limitation associated with this attribute.
  • The program partner credit limit attribute specifies the maximum points allowed in the case of a negative point balance. There is no dependency or limitation associated with this attribute.
  • Title: Enable Partner Billing
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the partner billing is enabled for the partner or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Links
  • The organization identifier of the program partner. There is no default value, dependency, or limitation associated with this attribute.
  • The program partner minimum order quantity attribute specifies the minimum number of points in the automatically created point block. The default value is N. There is no default value, dependency, or limitation associated with this attribute.
  • The program partner organization expansion identifier, which is used to uniquely identify a partner. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner Number
    Read Only: true
    Maximum Length: 30
    The partner company number of the associated partner. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Partner Number
    Read Only: true
    Maximum Length: 30
    The partner number of the associated partner. There is no default value, dependency, or limitation associated with this attribute.
  • Partner Term Attributes
    Title: Partner Term Attributes
    The partner term attributes resource is used to retrieve the details of the partner terms defined for the partner.
  • The program partners partner type identifier specifies the partner type, that is, a prepaid partner or a post paid partner. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Party ID
    Read Only: true
    The primary key of loyalty partners. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The party name of the loyalty partner. This information shows the name of partner for a given Partner PartyNumber. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 1
    The program partner precalculated accrual attribute is a boolean attribute that specifies whether partners can precalculate the points to be credited to members and send them together with the accrual activity details. The default value is N. There is no dependency or limitation associated with this attribute.
  • The program partner pricing rule identifier specifies the pricing rule that is used to determine the price of the point block. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the promotion is created. There is no default value, dependency, or limitation associated with this attribute.
  • The program partner reorder limit identifier specifies the number of points that triggers reordering. For example, if you enter 10,000, a new block is automatically created when the existing block for this partner is less than or equal to 10,000 points remaining. There is no default value, dependency, or limitation associated with this attribute.
  • The specification of the amount of time after point expiration where the points can be reactivated. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 1
    The skip accrual value boolean attribute, if enabled, skips any validations pertaining to accruals. For example, Precalculated Accrual allows the set up of a limit on the points that a partner can send in a single transaction in a defined time period. If this flag is enabled, then points can be credited directly to the member???s account without further validation by the host organization. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 30
    The accrual dispute transactions (Missing or Incorrect Accrual Dispute) that are created and that are submitted to the partner user for validation. Whether or not all accrual disputes are sent to the partner for validation depends on the loyalty terms set up for that partner. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 1
    The valid dispute boolean attribute, if enabled, validates the disputed transactions. The default value is N. There is no dependency or limitation associated with this attribute.
Nested Schema : Partner Term Attributes
Type: array
Title: Partner Term Attributes
The partner term attributes resource is used to retrieve the details of the partner terms defined for the partner.
Show Source
Nested Schema : loyPrograms-ProgramPartners-PartnerTermsAttributes-item-response
Type: object
Show Source
  • Title: Conversion Rate
    The conversion rate defined for the partner in the partner term attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The loyalty user that created the partner term attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new partner term attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the partner term attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new partner term attribute record. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The date when the partner term attribute record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the partner term attribute record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the partner term attribute. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the partner term attribute. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 32
    The login details of the user that last logged in. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the partner term attribute. There is no dependency or limitation associated with this attribute.
  • Links
  • Title: Point Type
    The point type identifier, which uniquely identifies each point type. Various point types are defined to reward and recognize members based on their activities, such as, completing a flight or referring a friend to the program. Some point types are defined to allow members to redeem points for a product or service, while some are defined to track their behavior and reward them by assigning a new tier status. There is no default value, dependency, or limitation associated with this attribute.
  • The name of the point type. This is also a parameter in the redemptionProductsFinder finder. If the value is not provided, this attribute lists ProdRedemptionPoint for all possible point types in a given program name. There is no dependency or limitation associated with this attribute.
  • The partner identifier. There is no default value, dependency, or limitation associated with this attribute.
  • The partner point type detail from the partner term attribute for the partner. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-RedemptionProducts-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the redemption product. Oracle Loyalty Cloud generates this attribute value during the creation of a new redemption product record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the redemption product is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new redemption product record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Internal Name
    Read Only: true
    Maximum Length: 75
    The redemption product internal name. The identifier internal name values come from the loyalty attributes definitions. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product Number
    Read Only: true
    Maximum Length: 300
    The item number of the loyalty product. This is the product number for which the redemption points are shown. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the redemption product record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the redemption product record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the redemption product. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the redemption product. There is no dependency or limitation associated with this attribute.
  • Links
  • The member's point balance for a given point type. This value shows the Member Check Credit functionality when the MemberNumber parameter is used in the redemptionProductsFinder finder to find the redemption points for each product, and also shows the point balance of the member as a credit check.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The party name of the loyalty partner. This information shows the name of partner for a given Partner PartyNumber. 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 loyalty partner. PartyNumber is also a parameter in the redemptionProductsFinder finder. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Point Type Name
    The name of the point type. This is also a parameter in the redemptionProductsFinder finder. If the value not provided, this attribute lists ProdRedemptionPoint for all possible point types in a given ProgramName. There is no default value or limitation associated with this attribute.
  • Title: Comments
    Maximum Length: 1000
    The text field indicates the comments added by the loyalty administrator in a redemption product record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: End Date
    The end date for the loyalty product redemption. It is the TransactionDate parameter in the redemptionProductsFinder finder search in between ProdRedempStartDt and ProdProdRedempEndDt. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Date
    The start date for loyalty product redemption. This is the starting date when the Redemption Product is effective. It is the TransactionDate parameter in redemptionProductsFinder finder search in between ProdRedempStartDt and ProdProdRedempEndDt. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Points
    The points required to redeem the loyalty product. Each product requires some point value which indicates the points required while redeeming the product. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product Redemption URL
    Maximum Length: 1000
    The text field indicates the redemption URL for a product which is enabled for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Product
    The loyalty product name. This attribute describes the product for a given ItemNumber filter parameter in the redemptionProductsFinder finder and is the product for which the ProdRedemptionPoint value is shown.
  • Title: Program
    Read Only: true
    Maximum Length: 50
    The program for which the promotion is created. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyPrograms-TierClasses-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that identifies whether the tier class is currently active or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Tier Class Applied
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the tier class is applied to existing members. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Approver ID
    The user that approves tier downgrades. There is no dependency or limitation associated with this attribute.
  • Title: Assessment Day
    Maximum Length: 30
    Default Value: 1
    The tier assess date code specifies the day to schedule a tier assessment for a tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Assessment Month
    Maximum Length: 30
    Default Value: 1
    The tier assess month identifier specifies the month to schedule a tier assessment for a tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Recurring Period Meaning
    Read Only: true
    Maximum Length: 80
    The tier assess recurring attribute specifies how frequently the tier assessment schedule is repeated. Assessment recurrence period options are Monthly and Yearly. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Recurring Period
    Maximum Length: 30
    Default Value: ORA_TR_LEN_UOM_YEAR
    The tier assess recurring code specifies how frequently the tier assessment schedule is repeated. Assessment recurrence period options are Monthly and Yearly. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Card Type Meaning
    Read Only: true
    Maximum Length: 80
    The attribute indicates the member card type associated with a tier under a tier class. There is no default value, dependency, nor limitation associated with this attribute.
  • Title: Card Type Code
    Read Only: true
    Maximum Length: 30
    The attribute indicates the member card type associated with a tier under a tier class. There is no default value, dependency, nor limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user that created the tier class. Oracle Loyalty Cloud generates this attribute value during the creation of a new tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the tier class is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: End Tier Length Unit of Measure
    Maximum Length: 30
    The tier end date is calculated using the value of the Minimum Tier Length and Minimum Tier Length Period parameters. The minimum period specifies the time that a member is guaranteed membership in any tier within the tier class. For example, if the minimum period is six months, then length is 6, and Period UOM is Month. There is no default value or limitation associated with this attribute.
  • Title: End Tier Period Month
    Maximum Length: 30
    The end tier month day code attribute specifies the day of the month when the tier period month ends. There is no default value, dependency, or limitation associated with this attribute.
  • Title: End Tier Period Day
    Maximum Length: 30
    The end tier period day code attribute specifies the day when the tier period ends. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the tier class record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the tier class occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the tier class. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the tier class occur. 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 the user that last updated the tier class. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the tier class occur. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Loyalty Tier Class ID
    The primary key of the loyalty tier class. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Tier Length in Months
    The minimum period of time that a member is guaranteed membership in any tier within this tier class. For example, if the minimum period is six months, then length is 6 and Period is Month. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Primary Tier
    Maximum Length: 30
    The attribute indicates the name of primary tier of a tier class. A tier class can have only one primary tier class. There is no default value, dependency, nor limitation associated with this attribute.
  • Title: Primary Tier ID
    The primary tier identifier is the lowest tier of the tier class and is the tier where members are first enrolled. This value can only be specified after the tiers have been created for this class, and it must be specified before activating the tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Points
    Read Only: true
    The attribute indicates the minimum number of points required to qualify a tier. There is no dependency or limitation associated with this attribute.
  • Title: Qualifying Period Length in Months
    The qualifying period length specifies the length for the initial qualifying period for the tier. For example, if the qualifying period is one year, the period length is 1. It is recommended that the Quality Period Length be defined at the Tier Class level. However, if the Quality Period Length is defined at Tier level, then the tier level definition takes precedence. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Period Unit of Measure
    Maximum Length: 30
    The qualifying period unit of measure (UOM) code specifies the UOM for the initial qualifying period for the tier. For example, if the qualifying period is one year, then UOM is Year. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point Type
    The unique identifier of the qualifying point type of a tier class. There is no dependency or limitation associated with this attribute.
  • Title: Requalifying Period Unit of Measure
    Maximum Length: 30
    The requalifying period unit of measure (UOM) code specifies the UOM for the qualifying period for existing members to remain in this tier. Usually, this period is the same as the initial qualifying period. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Requalifying Period Length
    The requalifying period length identifier specifies the length for the qualifying period for existing members to remain in the same tier. Usually, the period is same as the initial qualifying period. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Restart Qualifying Period
    Maximum Length: 30
    The restart qualifying period specifies the length of time for the new qualifying period that starts after a tier status change. Possible options are Qualifying Period Expiration (the length of time after the new qualifying period starts at the expiration of the current qualifying period) or Tier Status Change (the length of time for the new qualifying period to start, immediately when the tier changes). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Sequence Number
    Read Only: true
    The unique sequence number of the corresponding tier of a tier class. There is no dependency or limitation associated with this attribute.
  • Title: Tier End Date Snapped to Meaning
    Read Only: true
    Maximum Length: 80
    The attribute indicates the date of the tier end that should map with for the member's tier record. Possible values in this are 1st day of Month, 1st day of Quarter, 1st day of year, or a calculated date.
  • Title: Tier End Date Snapped To
    Maximum Length: 30
    Default Value: ORA_EXP_ADJ_CALC_DATE
    This attribute indicates the date of the tier end that should map with for the member's tier record. Possible values in this are 1st day of Month, 1st day of Quarter, 1st day of year or calculated date.
  • Title: Tier Assessment Model Meaning
    Read Only: true
    Maximum Length: 80
    The restart qualifying period specifies the length of time for the new qualifying period that starts after a tier status change. Possible options are Qualifying Period Expiration (the length of time after the new qualifying period starts at the expiration of the current qualifying period) or Tier Status Change (the length of time for the new qualifying period to start, immediately when the tier changes). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier Assessment Model
    Maximum Length: 30
    Default Value: ORA_TR_MODEL_NONE
    The start qualifying period code specifies when the qualifying period starts. The option determines the tier assessment model. The possible options are Enrollment Date/Anniversary Date, First Day of Month, Fixed Date, and Rolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Qualifying Period Day
    This attribute indicates tier qualifying period start day. There is no dependency or limitation associated with this attribute.
  • Title: Start Qualifying Period Day
    Maximum Length: 30
    The start qualifying period day code specifies the day from when the qualifying period starts. The option determines the tier assessment model. The possible options are Enrollment Date/Anniversary Date, First Day of Month, Fixed Date, and Rolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Qualifying Period Month
    Maximum Length: 30
    The start qualifying period month code specifies the month from when the qualifying period starts. The option determines the tier assessment model. The possible options are: Enrollment Date/Anniversary Date, First Day of Month, Fixed Date, Rolling. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Tier Period Day
    This attribute indicates tier period start day. There is no dependency or limitation associated with this attribute.
  • Title: Start Tier Period Day
    Maximum Length: 30
    The start tier period day specifies the day from when the tier period starts. The possible options of Start Tier Period are Enrollment/Anniversary Date or Fixed date. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Start Tier Period Month
    Maximum Length: 30
    The start tier period month specifies the month from when the tier period month starts. Possible options of Start Tier Period are Enrollment/Anniversary Date or Fixed date. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier Class Name
    Maximum Length: 30
    The attribute is a unique identifier that indicates the name of the tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Loyalty Tier ID
    Read Only: true
    The primary key of loyalty tiers corresponding to a tier class. There is no dependency or limitation associated with this attribute.
  • Title: Tier Name
    Read Only: true
    Maximum Length: 30
    The name of tier defined under the tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Tier Period Length in Months
    This attribute indicates tier period length. There is no dependency or limitation associated with this attribute.
  • Title: Type Code
    Maximum Length: 30
    The type code attribute previously specified the tier class type in a multiple tier class scenario. Oracle Loyalty Cloud does not currently use this attribute. There is no default value, dependency, nor limitation associated with this attribute.
Nested Schema : loyPrograms-TransactionAttributes-item-response
Type: object
Show Source
  • Title: Account Activity
    Maximum Length: 30
    The transaction attribute account activity code. If this option is specified, points expire if there is no activity of the type within the period specified for the point type. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Active
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created transaction attribute is enabled for use or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Attribute Definition ID
    The primary key value of the loyalty attribute definitions corresponding to attribute types like pointType, Member, Transaction, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Attribute Type Code
    Maximum Length: 30
    Default Value: Field
    The transaction attribute type code. This attribute reflects the type of attribute, for example, Field, Point Total, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Business Service Name
    Maximum Length: 75
    The external business service that can be called in the promotion to evaluate the business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Cancel Action Code
    Maximum Length: 30
    The specification of the action that must be applied during a transaction cancellation. The accepted values are Leave As Is (if selected, the value of the attribute remains the same when a transaction is cancelled), Revert, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the transaction attribute. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the transaction attribute is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Currency Exchange Date
    The date when the transaction attribute currency exchange takes place. This attribute displays the date of the currency exchange during transaction attributes creation. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Data Type Meaning
    Read Only: true
    Maximum Length: 80
    The transaction attribute data type indicates whether the attribute is a string, or a number, and so on. During a transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value or limitation associated with this attribute.
  • Title: Data Type
    Maximum Length: 30
    The promotion attribute data type name indicates whether the attribute is a string, or number, and so on. During transaction cancellation, Oracle Loyalty Cloud determines whether certain cancel actions must be applied or not, based on the data type name. For example, the Cancel Change action is available only for the Number data type. The Revert action is only available for the String and Number data types, and the Leave As Is action is available for all data types. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Default Value
    Maximum Length: 75
    The cost for each point. If you want to allow the product to be redeemed for a combination of points and currency, then enter the amount of money assigned as the cash value of one point. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Description
    Maximum Length: 1000
    The currency used in the transaction. The accepted values are INR, USD, and GBP. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Display
    Maximum Length: 1
    Default Value: true
    The boolean attribute that indicates whether the transaction attribute should be displayed or not, so that it can be used in the promotion criteria. The default value is Y. There is no dependency or limitation associated with this attribute.
  • Title: Name
    Maximum Length: 30
    The transaction attribute display name that is displayed to the user. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Dynamic
    Maximum Length: 1
    Default Value: false
    The boolean attribute that indicates whether the transaction attribute value is calculated dynamically based on another attribute, and that is used by the promotion criteria. The criteria can compare an attribute to a value or compare an attribute to another attribute. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Expiration Aligned
    Maximum Length: 30
    The expiry alignment attribute provides the details pertaining to the calculation of the expiry of points. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Basis
    Maximum Length: 30
    The basis for point or voucher expiry. The accepted values are Period (expires after a period of time) or Date (expires on a specific date). There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Day Code
    Maximum Length: 30
    The transaction expiry day attribute specifies the day of the month when the points expire if the expiry basis is Date. There is no default value or limitation associated with this attribute. Dependent on Expiry Basis Code.
  • Title: Expiration Month Code
    Maximum Length: 30
    The transaction expiry month attribute specifies the month when the points expire if the expiry basis is Month. This attribute is dependent on Expiry Basis Code. There is no default value or limitation associated with this attribute.
  • Title: Expiration Period Length
    The transaction expiry period length attribute is used to specify a length of time after when points expire. For example, if the points expire two years after they are earned, then the length is set to 2. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Expiration Period Unit of Measure
    Maximum Length: 30
    The transaction expiry period unit of measure (UOM) attribute is used to specify when points expire. For example, if the points expire after they are earned, UOM is Year. After the points expire, the member can no longer exchange the points for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Field
    Maximum Length: 75
    The transaction internal name. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the transaction attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the transaction attribute occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the transaction attributes. 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 the user that last updated the attribute. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the transaction attributes. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Title: Attribute Definition ID
    The primary key of loyalty attributes. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Merge Action
    Maximum Length: 30
    The transaction merge action attribute specifies how the program handles the attribute during a member merge. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Method Name
    Maximum Length: 75
    The method that is used in the calculation of the transaction attribute value that can be used in promotion criteria. For example, the ORA_CAL_METHOD_MONTH_NAME method returns the month name. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Minimum Reactivation Quantity
    The minimum points needed to reactivate the expired points so that they can be used for redemption. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Months Length
    The numeric value that corresponds to the number of months when points will expire. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Object Code
    Maximum Length: 30
    Default Value: Transaction
    The option to select values from entities such as Transaction, Member, Promotion and so on, when defining a promotion. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Applet
    Maximum Length: 75
    The pick applet attribute is a field whose values are entered using a dialog box. When defining criteria and actions, the dialog box with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field
    Maximum Length: 75
    The pick field is the field whose value the user sees in the UI after selecting from the pick applet. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick Field Name
    Maximum Length: 75
    The pick field name attribute is the user readable string of the PickField attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Pick List
    Maximum Length: 75
    The transaction pick list attribute is enabled if the attribute is a field whose values are entered using a picklist. When defining criteria and actions, the picklist with the values for this field is displayed. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Program Formula ID
    The program formula identifier that is available for use by a promotion, but only if it is associated with the same program as the program for the promotion. The formula can be used in criteria for comparisons and in actions for assigning values or updating attributes with the formula value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program for which the transaction attribute is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Promotion ID
    The primary key of loyalty promotions. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The name of the promotion corresponding to the promotionId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Qualifying Point
    Maximum Length: 1
    Default Value: false
    The transaction qualifying point attribute is a boolean attribute that indicates that the points accrued when the promotion gets applied count toward earning tier status, but cannot be redeemed for rewards. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Reactivate
    Maximum Length: 1
    Default Value: false
    The reactivate flag attribute reactivates member's points after they have expired. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Read Only
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the transaction attribute is editable or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 1
    Default Value: false
    The transaction effective start date identifier indicates the date when the attribute can be used in promotions. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    The unit of measure (UOM) for the time period until the expired points can be reactivated. The accepted values are Years, Months, Days, and so on. For example, if the reactivation expiry period is one year then the UOM is Year and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • The time period when the expired points can be reactivated. For example, if the reactivation expiry period is one year, then the time period length is 1 and the expired points can be reactivated after a period of one year from the date of expiry. There is no default value or limitation associated with this attribute.
  • Title: Tier Class ID
    The primary attribute of the loyalty tier class, which indicates the class to which a specific tier belongs. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The attribute that indicates the name of the tier class corresponding to tierClassId attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The promotion attribute weight factor is used to determine which promotion must be applied to the transaction, if multiple promotions qualify. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Weight Factor
    The weight factor non-qualifying attribute is used to determine whether to generate qualifying or non-qualifying points of each type when the weight factor attribute is specified. This attribute has a dependency on the Weight Factor attribute. There is no default value or limitation associated with this attribute.
Nested Schema : loyPrograms-TransactionRestrictions-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The loyalty user that created the transaction restriction. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction restriction record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Creation Date
    Read Only: true
    The date when the transaction restriction is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new transaction restriction record. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Update Date
    Read Only: true
    The date when the transaction restriction record is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever changes to the transaction restriction record occur. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user that last updated the transaction restriction. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the transaction restriction. There is no dependency or limitation associated with this attribute.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user that last logged in. Oracle Loyalty Cloud generates this attribute value, and updates it whenever any changes occur to the transaction restriction. There is no dependency or limitation associated with this attribute.
  • Links
  • Title: Program
    Read Only: true
    Maximum Length: 50
    The program for which transaction restriction record is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Restrict Accrual
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created transaction restriction is restricted for accrual or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Restrict Redemption
    Maximum Length: 1
    Default Value: false
    The boolean attribute that specifies whether the created transaction restriction is restricted for redemption or not. The default value is N. There is no dependency or limitation associated with this attribute.
  • Title: Status Meaning
    Read Only: true
    Maximum Length: 80
    The status of the member for which transaction restriction is created. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Status
    Maximum Length: 30
    The status code of member for which transaction restriction is created. There is no default value, dependency, or limitation associated with this attribute.
Back to Top

Examples

This example shows how to retrieve a loyalty program.

Use GET with the following URI syntax to retrieve a program named Auto Miles with a program identifier 300100129314462:

https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462

Example of Response Header

cache-control -no-cache, no-store, must-revalidate
connection -Keep-Alive
content-encoding -gzip
content-language -en
content-length -1064
content-type -application/vnd.oracle.adf.resourceitem+json
date -Wed, 22 Aug 2018 17:49:07 GMT
etag -"ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
keep-alive -timeout=61, max=100
link - <https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462>;rel="self";kind="item";name="loyPrograms"
location -
rest-framework-version -1
server -Oracle-HTTP-Server
vary -User-Agent
x-content-type-options -nosniff
x-oracle-dms-ecid -005T0b2MM4uEoIILIqL6if0001wh0001Fz

Example of Response Body

{
    "LoyProgramId": 300100129314462,
    "CreatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
    "LastUpdatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
    "LastUpdateLogin": "72FF167553375640E05334C4F00AFD42",
    "CreationDate": "2018-08-09T12:10:27+00:00",
    "LastUpdateDate": "2018-08-09T12:14:50+00:00",
    "Name": "Auto Miles",
    "BUId": 0,
    "ActiveFlag": true,
    "PartnerFlag": false,
    "EndDate": null,
    "ApplyCode": null,
    "HostOrgId": null,
    "MemberCount": null,
    "MemberShared": null,
    "DescriptionText": "Program for capturing automobile reward points",
    "PointExpLevelCode": "Tier Level",
    "PurchaseStartMonthCode": "January",
    "PurchaseStartDayCode": "1",
    "TransferStartMonthCode": "January",
    "TransferStartDayCode": "1",
    "PointsToPayFlag": false,
    "RevenueRecongnitionPeriodDuration": null,
    "BatchRedemptionPeriodTypeCode": null,
    "BatchRedemptionPeriodDuration": null,
    "ThresholdPointVal": null,
    "PointTypeId": null,
    "RevenueRecongnitionPeriodTypeCode": null,
    "StartDt": "2018-08-09T00:00:00+00:00",
    "DeletedFlag": false,
    "ProgramOwner": "Auto Miles",
    "EnableReferralBonusFlag": false,
    "EnableEnrollmentBonusFlag": false,
    "PrimaryPointTpId": 300100129314487,
    "AllowNegPointFlag": false,
    "links": [
        {
            "rel": "self",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462",
            "name": "loyPrograms",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
            }
        },
        {
            "rel": "canonical",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462",
            "name": "loyPrograms",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/lov/PointTypePVO1",
            "name": "PointTypePVO1",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/ProgramPartners",
            "name": "ProgramPartners",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/TransactionRestrictions",
            "name": "TransactionRestrictions",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/PointTotalsAttributes",
            "name": "PointTotalsAttributes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/RedemptionProducts",
            "name": "RedemptionProducts",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/MemberAttributes",
            "name": "MemberAttributes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/CalendarAttributes",
            "name": "CalendarAttributes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/PointSubtypes",
            "name": "PointSubtypes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/NegativePoints",
            "name": "NegativePoints",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/MemberTierAttributes",
            "name": "MemberTierAttributes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/TierClasses",
            "name": "TierClasses",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/PointTypes",
            "name": "PointTypes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/MemberFieldAttributes",
            "name": "MemberFieldAttributes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyPrograms/300100129314462/child/TransactionAttributes",
            "name": "TransactionAttributes",
            "kind": "collection"
        }
    ]
}
Back to Top