Transaction Ledgers Output
Output representation of the transaction journals and the ledgers
associated with the specified loyalty program member.
- Sample Response
-
{ "message": null, "status": true, "transactionJournalCount": 2, "externalTransactionNumber" : "123123" "transactionJournals": [ { "activityDate": "2023-03-01T08:00:00.000Z", "additionalAttributes": [ { "fieldName": "additionalInfo__c", "value": "null" }, { "fieldName": "Destination", "value": "null" } ], "journalSubTypeName": "Product Buy", "journalTypeName": "Accrual", "pointsChange": [], "transactionJournalId": "0lVxx00000002rREAQ" }, { "activityDate": "2023-02-01T20:00:00.000Z", "additionalAttributes": [ { "fieldName": "additionalInfo__c", "value": "test123" }, { "fieldName": "Destination", "value": "Jaipur" } ], "journalSubTypeName": "Member Enrollment", "journalTypeName": "Accrual", "pointsChange": [ { "changeInPoints": "-100.0", "loyaltyMemberCurrency": "Tier Points" }, { "changeInPoints": "90.0", "loyaltyMemberCurrency": "Reward Points" } ], "productCategoryName": "Gift", "productName": "New Member Gift Package", "transactionAmount": "1000.0", "transactionJournalId": "0lVxx00000000HlEAI" } ] }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
message | String | The request response message. | Small, 58.0 | 58.0 |
status | Boolean | Indicates whether the request was successful (true) or not (false). | Small, 58.0 | 58.0 |
transactionJournalCount | Integer | The number of transaction journal records created for the member. | Small, 58.0 | 58.0 |
transactionJournals | Transaction Details Output | The details of the transaction journals. | Small, 58.0 | 58.0 |