Tip |
---|
Excerpt |
---|
This method returns the reward offers that are applicable for a specific rewards participant. Multiple reward offers are returned by each call |
...
Name | Type | Description | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
token | String | The token retrieved from the login method | |||||||||||||||||||||||||||||||||||||
rewards_participant_identifier (semi-optional) | Rewards participant identifier | The identifier of the rewards participant who might benefit from the reward offer that will be returned as a result. The allowed rewards participant identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||
accounts_receivable_identifier (semi-optional) | Accounts Receivable identifier | The identifier of the rewards participant's accounts receivable. The allowed accounts receivable identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||
wallet_identifier (semi-optional) | Wallet identifier | The identifier of the reward participant's wallet. The allowed wallet identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will provide the reward offer. The group is filtered against the reward offer's Award conditions organisational units. The allowed unit identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||
unit_identifier (optional) | Unit identifier | The identifier of the unit that will provide the reward offer. The unit is filtered against the reward offer's Award conditions organisational units. The allowed unit identifier fields are the following:
| |||||||||||||||||||||||||||||||||||||
reward_scheme_identifier (optional) | Reward scheme identifier | The identifier of the reward scheme related with the reward offer that should be returned as a result. The allowed reward scheme identifier fields are the following:
| type_identifier | Reward offer type identifier | The identifier of the reward offer type related with the reward offer that should be returned as a result. The allowed reward offer type identifier fields are the following:
| ||||||||||||||||||||||||||||||||||
evaluation_method (optional) | Reward offer evaluation method identifier | The identifier of the reward offer evaluation method related with the reward offer that should be returned as a result. The allowed reward offer evaluation method identifier fields are the following:BATCH_PROCESS or BATCH_PROCESS_AND_ INTERACTIVELY. | award_scope (optional) | Award Scope identifier | The identifier of the award scope related with the reward offer that should be returned as a result. The allowed award scope identifier fields are the following: APPLY_AWARD_PER_TRANSACTION_ITEM or APPLY_AWARD_PER_TRANSACTION. tip | ||||||||||||||||||||||||||||||||||
Available from CRM.COM R10.0.0 | Reward Offer spend method | The identifier of the reward offer spend method related with the reward offer that should be returned as a result. The allowed reward offer spend method identifier fields are the following: SPEND_ON_REQUEST, SPEND_INSTANTLY or SPEND_INSTANTLY_THROUGH_VOUCHER
Spend instantly on voucher method available from CRM.COM R14.2.0 | |||||||||||||||||||||||||||||||||||||
award_currency (optional) | Currency Identifier | The identifier of the currency in which the reward offer will award rewards participants. The allowed currency identifier fields are the following:
| purchase_product (optional) | Product identifier | |||||||||||||||||||||||||||||||||||
Include Page | V4:product_identifier | V4:product_identifier | purchase_product_type (optional) | Product type identifier | |||||||||||||||||||||||||||||||||||
Include Page | V4:product_type_identifier | V4:product_type_identifier | purchase_product_family (optional) | Product family identifier | |||||||||||||||||||||||||||||||||||
Include Page | V4:product_family_identifier | V4:product_family_identifier | purchase_product_brand (optional) | Product Brand identifier | |||||||||||||||||||||||||||||||||||
Include Page | V4:product_brand_identifier | V4:product_brand_identifier |
Tip |
---|
Available from CRM.COM R15.0.0 |
purchase_product_category
(optional)
The identifier of the category type which the rewards participant will have to buy in order to benefit from the reward offer that will be returned as a result. The allowed product category identifier fields are the following:
Tip |
---|
Available from CRM.COM R15.0.0 |
purchase_amount
(optional)
number_of_purchases
(optional)
number
of purchases that the rewards participant will have to make in order to benefit from the reward offer that will be returned as a resultnumber_of_results
(optional)
The number of results that can be retrieved through each call
Tip |
---|
Available from CRM.COM R13.0.0 |
offset
(optional)
Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number
Tip |
---|
Available from CRM.COM R13.0.0 |
fields_set
(optional)
List of Strings, comma separated
A list of fields that should be included in the results. If not specified then all the available fields will be returned
...
Response Data
Include Page | ||||
---|---|---|---|---|
|
Examples
...