Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Loyalty View Transaction Journal History Input

Input representation for getting the transaction journal records of a loyalty member.
JSON example
1{
2   "membershipNumber":"doc_member1",
3   "journalType":"Accrual",
4   "journalSubType":"Social",
5   "periodStartDate":"2022-01-27T00:00:00Z",
6   "periodEndDate":"2022-11-27T00:00:00Z"
7}
Properties
Name Type Description Required or Optional Available Version
journalSubType String The subtype of the transaction journal record. Optional 56.0
journalType String The type of the transaction journal.
Possible values include:
  • Accrual
  • Redemption
Required 56.0
membershipNumber String The membership number of the loyalty program member. Required 56.0
periodEndDate String Retrieve transaction journals until this date. Optional 56.0
periodStartDate String Retrieve transaction journals starting on this date. Required 56.0