Newer Version Available

This content describes an older version of this product. View Latest

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