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
Type of transaction. Possible values: - `addition`: Signifies added points. - `subtraction`: Signifies deducted points.
amount
Float
Amount of loyalty points added or deducted in the transaction.
name
String
Name or reason for the loyalty ledger transaction.
start_date
String
When points become active. Possible values: - `immediate`: Points are immediately active. - a timestamp value: Points become active at a given date and time.
expiry_date
String
When points expire. Possible values: - `unlimited`: Points have no expiration date. - a timestamp value: Points expire at a given date and time.
customer_profile_id
String
Customer profile integration ID used in the loyalty program.
[optional]
card_identifier
String
The alphanumeric identifier of the loyalty card.
[optional]
subledger_id
String
ID of the subledger.
customer_session_id
String
ID of the customer session where the transaction occurred.
[optional]
import_id
Integer
ID of the import where the transaction occurred.
[optional]
user_id
Integer
ID of the user who manually added or deducted points. Applies only to manual transactions.
[optional]
user_email
String
The email of the Campaign Manager account that manually added or deducted points. Applies only to manual transactions.
[optional]
ruleset_id
Integer
ID of the ruleset containing the rule that triggered the effect. Applies only for transactions that resulted from a customer session.
[optional]
rule_name
String
Name of the rule that triggered the effect. Applies only for transactions that resulted from a customer session.