Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Use these endpoints for bulk benefit management or integration work. When reading or managing benefits for a specific customer, use Profile Benefits instead.

What are benefits?

A Benefit is a percentage off discount or free product, with an attached expiry date Benefits can be earned by doing (or not doing) a predetermined action or by moving between Tiers, Achievement levels or Status. Benefits must be assigned to an Omneo profile and cannot be applied generically Benefits can operate in isolation from or in conjunction with other Omneo Incentives Elements.

Definitions

Benefits require a definition when being added to a profile. Benefit Definitions act as templates that can be used in the created a benefit instance, to specify the type of benefit being given.

Adding a Profile Benefit

By assigning a benefit definition to a profile, we are creating an instance of the benefit. Use the Add Benefit Definition to create the definition if you don’t have one already, then use Add Benefit to assign a benefit to a profile. You will need to specify the Benefit ID in your query. Further information and examples of this process can be found at Working with Benefits.

Benefit properties

AttributeDescription
id INTEGERThe unique Omneo ID of the benefit instance
profile_id STRINGThe profile_id of the attached profile
external_id STRINGThe external reference for this benefit instance. This is usually the benefit instance as it is referred to in your primary system outside Omneo
expires_at DATE-TIMEA date-time of when the benefit will expire.
issued_at DATE-TIMEA date-time of when the benefit was issued to the profile
is_expired BOOLEANDenotes whether this benefit is expired.
is_redeemable BOOLEANDenotes whether this benefit is redeemable but the member
redemptions_remaining INTEGERThe amount of redemptions remaining for this benefit for this benefit instance
total_global_redemptions_remaining INTEGERThe amount of redemptions remaining globally for this benefit
definition OBJECTAn object containing data of the specified benefit definition used to create the benefit instance
timezone STRINGA valid [timezone] (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used when referencing date-time fields.
claimed_at DATE-TIMEThe date and time the member claimed the benefit. See claiming benefits.
meta ARRAYAn array of metadata attached to the benefit
redeem_code_pos STRINGThe redeem code used for claiming the benefit at an external POS system
redeem_code_online STRINGThe redeem code used for claiming the benefit Online
created_at READ-ONLY STRING DATE-TIMEThe UTC date & time the benefit record was created in ISO 8601 format.
updated_at READ-ONLY STRING DATE-TIMEThe UTC date & time the benefit record was last updated in ISO 8601 format.