Get a loyalty program (Deprecated)

get

/crmRestApi/resources/11.13.18.05/loyaltyPrograms/{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 : loyaltyPrograms-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    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.
  • Maximum Length: 30
    The attribute value specifies how to give points 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.
  • 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.
  • 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.
  • The business unit identifier gives the details of the organization that runs the program. There is no default value, dependency, or limitation associated with this attribute.
  • (Deprecated) Calendar Attributes
    Title: (Deprecated) Calendar Attributes
    The loyalty programs resource is used to retrieve the details of the calendar attributes defined for the program.
  • The attribute that is used to guarantee the uniqueness of the row when duplicates are created in different databases. Oracle Loyalty Cloud generates this attribute during the creation of a new program. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Created By
    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
    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: Deleted
    Maximum Length: 1
    The deleted flag is a boolean attribute that indicates whether the program is marked as deleted or not. Marking 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 record is marked as deleted, the record 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
    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
    The boolean attribute that specifies whether a member is entitled for a reward for referral. The bonus for referring a new member is rewarded 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.
  • 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.
  • The host organization identifier is the hosting organization that is implementing the program, which can be for example, Company, Contractors, Partners, and so on. There is no default value, dependency, or limitation associated with this attribute.
  • Title: Change Date
    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
    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
    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
  • 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.
  • (Deprecated) Member Attributes
    Title: (Deprecated) Member Attributes
    The loyalty programs resource is used to retrieve the details of the member attribuites defined for the program.
  • 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.
  • (Deprecated) Member Field Attributes
    Title: (Deprecated) Member Field Attributes
    The loyalty programs resource is used to retrieve the details of the member field attributes defined for the program.
  • 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.
  • Title: Program
    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.
  • The object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 1
    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.
  • Maximum Length: 1
    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 use 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.
  • Maximum Length: 30
    The point expiration level code, which contains the level when points are expired. 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.
  • (Deprecated) Point SubTypes
    Title: (Deprecated) Point SubTypes
    The loyalty programs resource is used to retrieve the details of the loyalty point subtypes defined for the program.
  • (Deprecated) Point Totals Attributes
    Title: (Deprecated) Point Totals Attributes
    The loyalty programs resource is used to retrieve the details of the point totals attributes defined for the program.
  • The point type Identifier is used to uniquely identify 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.
  • (Deprecated) Point Types
    Title: (Deprecated) Point Types
    The loyalty programs resource is used to retrieve the details of the loyalty point types defined for the program.
  • 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, one is specified as primary. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • (Deprecated) Program Partners
    Title: (Deprecated) Program Partners
    The loyalty programs resource is used to retrieve the details of the loyalty partners defined for the program.
  • 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.
  • Maximum Length: 30
    The purchase 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.
  • (Deprecated) Redemption Products
    Title: (Deprecated) Redemption Products
    The loyalty programs resource is used to retrieve the details of the redemption products defined for the program.
  • 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.
  • 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.
  • 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.
  • (Deprecated) Tier Classes
    Title: (Deprecated) Tier Classes
    The loyalty programs resource is used to retrieve the details of a tier class defined for the program.
  • (Deprecated) Transaction Attributes
    Title: (Deprecated) Transaction Attributes
    The loyalty programs resource is used to retrieve the details of the transaction attributes defined for the program.
  • 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.
  • Maximum Length: 30
    The transfer start month code attribute is used to calculate restrictions on how many points a member can transfer or give for 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 : (Deprecated) Calendar Attributes
Type: array
Title: (Deprecated) Calendar Attributes
The loyalty programs resource is used to retrieve the details of the calendar attributes defined for the program.
Show Source
Nested Schema : (Deprecated) Member Attributes
Type: array
Title: (Deprecated) Member Attributes
The loyalty programs resource is used to retrieve the details of the member attribuites defined for the program.
Show Source
Nested Schema : (Deprecated) Member Field Attributes
Type: array
Title: (Deprecated) Member Field Attributes
The loyalty programs resource is used to retrieve the details of the member field attributes defined for the program.
Show Source
Nested Schema : (Deprecated) Point SubTypes
Type: array
Title: (Deprecated) Point SubTypes
The loyalty programs resource is used to retrieve the details of the loyalty point subtypes defined for the program.
Show Source
Nested Schema : (Deprecated) Point Totals Attributes
Type: array
Title: (Deprecated) Point Totals Attributes
The loyalty programs resource is used to retrieve the details of the point totals attributes defined for the program.
Show Source
Nested Schema : (Deprecated) Point Types
Type: array
Title: (Deprecated) Point Types
The loyalty programs resource is used to retrieve the details of the loyalty point types defined for the program.
Show Source
Nested Schema : (Deprecated) Program Partners
Type: array
Title: (Deprecated) Program Partners
The loyalty programs resource is used to retrieve the details of the loyalty partners defined for the program.
Show Source
Nested Schema : (Deprecated) Redemption Products
Type: array
Title: (Deprecated) Redemption Products
The loyalty programs resource is used to retrieve the details of the redemption products defined for the program.
Show Source
Nested Schema : (Deprecated) Tier Classes
Type: array
Title: (Deprecated) Tier Classes
The loyalty programs resource is used to retrieve the details of a tier class defined for the program.
Show Source
Nested Schema : (Deprecated) Transaction Attributes
Type: array
Title: (Deprecated) Transaction Attributes
The loyalty programs resource is used to retrieve the details of the transaction attributes defined for the program.
Show Source
Nested Schema : loyaltyPrograms-CalendarAttributes-item-response
Type: object
Show Source
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    The calendar attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new loyalty attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1000
    The additional information pertaining to the calendar attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    The calendar attribute expiry month specifies the month when the points expire if the expiry basis is set to Month. There is no default value or limitation associated with this attribute. Dependent on Expiry Basis Code.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 75
    The loyalty attribute pick applet 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 75
    The pick list 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 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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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 : loyaltyPrograms-MemberAttributes-item-response
Type: object
Show Source
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    The promotion attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new promotion attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 dependency or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 member attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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 : loyaltyPrograms-MemberFieldAttributes-item-response
Type: object
Show Source
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    The member field attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new member field attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 30
    The member attribute display name is what gets displayed on the UI. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 1
    The boolean attribute that indicates whether the member field 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
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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. .
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 member field attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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 : loyaltyPrograms-PointSubTypes-item-response
Type: object
Show Source
  • Read Only: true
    The point subtype attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new point subtype 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 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.
  • 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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • 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.
  • 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 happen to the promotion attributes. 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 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
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 50
    The unique identifier of loyalty 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 assign of points to members. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The point subtype attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
Nested Schema : loyaltyPrograms-PointTotalsAttributes-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 30
    The point totals 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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    The point totals attribute type code 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.
  • Read Only: true
    Maximum Length: 75
    The external business service that can be called in promotion for evaluation of business criteria. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    The point total attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new point total attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    The date when the point totals attribute currency exchange takes place. This attribute displays the date of the currency exchange during point totals attribute creation. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 30
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    The point totals attribute expiry period unit of measure (UOM) 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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 75
    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.
  • Read Only: true
    The date when the attribute is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes the promotion attributes 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 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 totals attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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 : loyaltyPrograms-PointTypes-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    The point type 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    The conflict identifier attribute that Oracle Loyalty Cloud generates during the creation of a new point type attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    The date when the point type attribute currency exchange takes place. This attribute displays the date of the currency exchange during point type attribute creation. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1000
    The additional details that pertain to the point type. There is no default value, dependency associated with this attribute.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • 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.
  • 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.
  • Read Only: true
    Maximum Length: 30
    The 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • 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 promotion attributes 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 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 object version number attribute. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • The point type activity options are Accrual, Redemption or Accrual/Redemption. This field is activated only if point expiry basis is account activity. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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 : loyaltyPrograms-ProgramPartners-item-response
Type: object
Show Source
  • Read Only: true
    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 Pre-calculated Accrual Flag attribute. There is no default value or limitation associated with this attribute.
  • Read Only: true
    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 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.
  • Read Only: true
    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.
  • Read Only: true
    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 program partner conflict identifier that Oracle Loyalty Cloud generates during the creation of a new program partner. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The loyalty user that creates 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.
  • Read Only: true
    The date when the program partners record is created. Oracle Loyalty Cloud generates this attribute value during the creation of a new program partners. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The program partner credit limit attribute specifies the maximum points allowed in the case of negative point balance. There is no dependency or limitation associated with this attribute.
  • Read Only: true
    The date when the program partner is last updated. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the program partner. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 64
    The user that last updated the program partner. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to the program partners. 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 promotion. Oracle Loyalty Cloud generates this attribute value and updates it whenever any changes take place to program partners. There is no default value, dependency, or limitation associated with this attribute.
  • Links
  • Read Only: true
    The organization identifier of program partner. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    The program partner object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • The program partners partner type identifier specifies 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 program partner party name specifies the partner name. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    The program partner pricing rule identifier specifies the pricing rule that is used to price the point block. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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 has less than or equal to 10,000 points remaining. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    The specification of the amount of time after point expiration that the points can be reactivated. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    Maximum Length: 1
    The skip accrual value boolean attribute, if enabled, skips any validations pertaining to accruals. For example, Precalculated Accrual allows a limit on the points that a partner can send in a single transaction in a defined time period to be set up. 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.
  • Read Only: true
    Maximum Length: 30
    The accrual dispute transactions (Missing or Incorrect Accrual Dispute) that are created 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.
  • Read Only: true
    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 : loyaltyPrograms-RedemptionProducts-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 75
    The redemption product internal name. The identifier internal name values comes from the loyalty attributes definitions. The accepted values are Date1 or Number1. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • 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 to show 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.
  • Read Only: true
    Maximum Length: 30
    The name of the point type. This is also a parameter in the redemptionProductsFinder finder. If the value not provided, it lists ProdRedemptionPoint for all possible PointTypes in a given ProgramName. There is no default value or limitation associated with this attribute.
  • Read Only: true
    The end date for the loyalty product redemption. 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.
  • Read Only: true
    The start date for loyalty product redemption. This is the date starting which 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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 240
    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 : loyaltyPrograms-TierClasses-item-response
Type: object
Show Source
  • Maximum Length: 1
    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.
  • Maximum Length: 1
    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.
  • The user that approves tier downgrades. The default value is N. There is no dependency or limitation associated with this attribute.
  • Maximum Length: 30
    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.
  • Maximum Length: 30
    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.
  • Maximum Length: 30
    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.
  • The tier class conflict identifier that Oracle Loyalty Cloud generates during the creation of a new tier class. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 64
    The loyalty 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.
  • 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.
  • 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.
  • Maximum Length: 30
    The end tier month day code attribute specifies the month when the tier period month ends. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • 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.
  • 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.
  • 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
  • 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.
  • Read Only: true
    The primary key of loyalty tiers. Oracle Loyalty Cloud generates this attribute value. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • The tier class object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • The sequence number indicates how high the status of this tier class is, compared with other tier classes. For example, a frequent flyer program might include a standard class set to 1, a business class set to 2, and first class set to 3. There is no default value, dependency, or limitation associated with this attribute.
  • Maximum Length: 30
    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.
  • 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.
  • 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.
  • 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.
  • 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: Tier Name
    Read Only: true
    Maximum Length: 30
    The unique identifier that indicates name of the tier. There is no default value, dependency, or limitation associated with this attribute.
  • 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 : loyaltyPrograms-TransactionAttributes-item-response
Type: object
Show Source
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    The transaction attribute conflict identifier that Oracle Loyalty Cloud generates during the creation of a new transaction attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    Maximum Length: 30
    The transaction expiry month attribute specifies the month when the points expire if the expiry basis is Month. There is no default value or limitation associated with this attribute. Dependent on Expiry Basis Code.
  • Read Only: true
    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.
  • Read Only: true
    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 them for rewards. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • 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.
  • 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.
  • 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
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 transaction attribute object version number. Oracle Loyalty Cloud sets this attribute. There is no default value, dependency, or limitation associated with this attribute.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    Maximum Length: 1
    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.
  • Read Only: true
    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.
  • Read Only: true
    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.
  • Read Only: true
    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 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.
  • Read Only: true
    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.
Back to Top

Examples

The following example shows how to search for a loyalty program called Rolling Period Model.

Use GET with the following URI syntax to search for the program:

https://example.com/crmRestApi/resources/11.13.18.05/loyaltyPrograms?finder=ProgramSearch;Name=Rolling Period Model

Example of Response Header

cache-control -no-cache, no-store, must-revalidate
connection -Keep-Alive
content-encoding -gzip
content-language -en
content-length -874
content-type -application/vnd.oracle.adf.resourcecollection+json
date -Wed, 23 Aug 2017 08:21:06 GMT
keep-alive -timeout=61, max=100
link -<https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms>;rel="self";kind="collection";name="loyaltyPrograms"
location -
rest-framework-version -1
server -Oracle-HTTP-Server-11g
vary -User-Agent
x-oracle-dms-ecid -005LqT^jCZcFw0GLIys1yf0006cp00031S

Example of Response Body

{
    "items": [
        {
            "Name": "Rolling Period Model",
            "ActiveFlg": "N",
            "ApplyCode": null,
            "BatRdmPerdDurtn": null,
            "BatRdmPerdTpCode": null,
            "BUId": 0,
            "ConflictId": 0,
            "CreatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
            "CreationDate": "2017-07-21T12:01:16+00:00",
            "DeletedFlg": "N",
            "DescriptionText": null,
            "EndDt": null,
            "EnableEnrollmentBonus": "N",
            "HostOrgId": null,
            "LastUpdateDate": "2017-07-24T09:02:14+00:00",
            "LastUpdateLogin": "5508E16D718C7F5DE0530740F00A916E",
            "LastUpdatedBy": "LOYALTY_PROGRAM_ADMINISTRATOR",
            "LoyProgramId": 300100111361920,
            "MemberCount": null,
            "MemberShared": null,
            "ObjectVersionNumber": 3,
            "PartnerFlg": "N",
            "PntToPayFlg": "N",
            "PointExpLevelCode": "Tier Level",
            "PointTypeId": null,
            "PrimaryPointTpId": 300100111361924,
            "PurStrtDayCode": "1",
            "PurStrtMthCode": "January",
            "EnableReferralBonus": "N",
            "RevrecgPeriodDur": null,
            "RevrecgPrdTypCode": null,
            "StartDt": "2017-07-21T00:00:00+00:00",
            "ThrshldPointVal": null,
            "TxfrStrtDayCode": "1",
            "TxfrStrtMthCode": "January",
            "ProgramOwner": "pnamdeo",
            "links": [
                {
                    "rel": "self",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920",
                    "name": "loyaltyPrograms",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920",
                    "name": "loyaltyPrograms",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/ProgramPartners",
                    "name": "ProgramPartners",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/PointTotalsAttributes",
                    "name": "PointTotalsAttributes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/MemberAttributes",
                    "name": "MemberAttributes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/RedemptionProducts",
                    "name": "RedemptionProducts",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/CalendarAttributes",
                    "name": "CalendarAttributes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/TierClasses",
                    "name": "TierClasses",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/PointSubTypes",
                    "name": "PointSubTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/MemberFieldAttributes",
                    "name": "MemberFieldAttributes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/PointTypes",
                    "name": "PointTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms/300100111361920/child/TransactionAttributes",
                    "name": "TransactionAttributes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://example.com:port/crmRestApi/resources/11.13.18.05/loyaltyPrograms",
            "name": "loyaltyPrograms",
            "kind": "collection"
        }
    ]
}
Back to Top