You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CampaignTemplate.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
**Updated** | **DateTime** | Timestamp of the most recent update to the campaign template or any of its elements. | [optional]
29
29
**UpdatedBy** | **string** | Name of the user who last updated this campaign template, if available. | [optional]
30
30
**ValidApplicationIds** | **List<int>** | The IDs of the Applications that are related to this entity. |
31
+
**IsUserFavorite** | **bool** | A flag indicating whether the user marked the template as a favorite. | [optional][default to false]
31
32
32
33
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
varbody=newIntegrationEventV2Request(); // IntegrationEventV2Request | body
2049
2049
varsilent=silent_example; // string | Possible values: `yes` or `no`. - `yes`: Increases the performance of the API call by returning a 204 response. - `no`: Returns a 200 response that contains the updated customer profiles. (optional) (default to "yes")
2050
2050
vardry=true; // bool? | Indicates whether to persist the changes. Changes are ignored when `dry=true`. (optional)
2051
+
varforceCompleteEvaluation=true; // bool? | Forces evaluation for all matching campaigns regardless of the [campaign evaluation mode](https://docs.talon.one/docs/product/applications/managing-campaign-evaluation#setting-campaign-evaluation-mode). Requires `dry=true`. (optional) (default to false)
@@ -2073,6 +2074,7 @@ Name | Type | Description | Notes
2073
2074
**body** | [**IntegrationEventV2Request**](IntegrationEventV2Request.md)| body |
2074
2075
**silent** | **string**| Possible values: `yes` or `no`. - `yes`: Increases the performance of the API call by returning a 204 response. - `no`: Returns a 200 response that contains the updated customer profiles. | [optional][default to "yes"]
2075
2076
**dry** | **bool?**| Indicates whether to persist the changes. Changes are ignored when `dry=true`. | [optional]
2077
+
**forceCompleteEvaluation** | **bool?**| Forces evaluation for all matching campaigns regardless of the [campaign evaluation mode](https://docs.talon.one/docs/product/applications/managing-campaign-evaluation#setting-campaign-evaluation-mode). Requires `dry=true`. | [optional][default to false]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/LoyaltyProgramTransaction.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**UserEmail** | **string** | The email of the Campaign Manager account that manually added or deducted points. Applies only to manual transactions. | [optional]
22
22
**RulesetId** | **int** | ID of the ruleset containing the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional]
23
23
**RuleName** | **string** | Name of the rule that triggered the effect. Applies only for transactions that resulted from a customer session. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments