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 Output

Output representation of the view transaction history request.
JSON example
1{
2   "message":null,
3   "status":true,
4   "totalCount":2,
5   "transactionJournals":[
6      {
7         "ActivityDate":"2021-11-27T00:00:00Z",
8         "BookedFareClass":"",
9         "BookedRoomType":"",
10         "BookingDate":"2020-10-23T00:00:00Z",
11         "Brand":"Ikea",
12         "Channel":"Offline",
13         "Destination":"London",
14         "Distance":0,
15         "EndDate":"2021-10-23T00:00:00Z",
16         "ErrorDescription":"",
17         "EscrowPointsCreditDate":"2020-10-23",
18         "Establishment":"Build",
19         "ExternalTransactionNumber":"1",
20         "FlightNumber":"123456",
21         "Industry":"Wellness",
22         "InvoiceDate":"2020-10-23",
23         "JournalDate":"2021-12-25T00:00:00Z",
24         "JournalReason":"",
25         "JournalSubTypeId":"0lST10000000045MAA",
26         "JournalTypeId":"0lET1000000009GMAQ",
27         "LoyaltyProgramId":"0lpT100000000HbIAI",
28         "MemberId":"0lMT100000000ZLMAY",
29         "OrderId":"",
30         "OrderItemId":"",
31         "Origin":"NewYork",
32         "PartnerId":"",
33         "PaymentMethod":"",
34         "ProductCategoryId":"0ZGT100000000AsOAI",
35         "ProductId":"01tT1000000EQcXIAW",
36         "PromotionId":"",
37         "Quantity":1,
38         "QuantityUnitOfMeasureId":"",
39         "ReferredMemberId":"",
40         "RelatedCorporateMembershipId":"",
41         "RelatedJournalId":"",
42         "StartDate":"2020-10-23T00:00:00Z",
43         "TransactionAmount":45,
44         "TransactionLocation":"",
45         "TraveledFareClass":"",
46         "VoucherCode":""
47      },
48      {
49         "ActivityDate":"2021-11-27T00:00:00Z",
50         "BookedFareClass":"",
51         "BookedRoomType":"",
52         "BookingDate":"2020-10-23T00:00:00Z",
53         "Brand":"Ikea",
54         "Channel":"Offline",
55         "Destination":"London",
56         "Distance":0,
57         "EndDate":"2021-10-23T00:00:00Z",
58         "ErrorDescription":"",
59         "EscrowPointsCreditDate":"2020-10-23",
60         "Establishment":"Build",
61         "ExternalTransactionNumber":"1",
62         "FlightNumber":"123456",
63         "Industry":"Wellness",
64         "InvoiceDate":"2020-10-23",
65         "JournalDate":"2021-12-25T00:00:00Z",
66         "JournalReason":"",
67         "JournalSubTypeId":"0lST10000000045MAA",
68         "JournalTypeId":"0lET1000000009GMAQ",
69         "LoyaltyProgramId":"0lpT100000000HbIAI",
70         "MemberId":"0lMT100000000ZLMAY",
71         "OrderId":"",
72         "OrderItemId":"",
73         "Origin":"NewYork",
74         "PartnerId":"",
75         "PaymentMethod":"",
76         "ProductCategoryId":"0ZGT100000000AsOAI",
77         "ProductId":"01tT1000000EQcXIAW",
78         "PromotionId":"",
79         "Quantity":2,
80         "QuantityUnitOfMeasureId":"",
81         "ReferredMemberId":"",
82         "RelatedCorporateMembershipId":"",
83         "RelatedJournalId":"",
84         "StartDate":"2020-10-23T00:00:00Z",
85         "TransactionAmount":55,
86         "TransactionLocation":"",
87         "TraveledFareClass":"",
88         "VoucherCode":""
89      }
90   ]
91}
Property Name Type Description Filter Group and Version Available Version
message String The message explaining why the request failed. Small, 56.0 56.0
status Boolean Indicates whether the request succeeded (true) or failed (false). Small, 56.0 56.0
totalCount Integer The total number of transaction journals that match the input criteria. Small, 56.0 56.0
transactionJournals Map<String, Object>[] The details of the transaction journals. Small, 56.0 56.0