Skip to main content

Arguments

Returns

LoyaltyPointLedgerEntryType

A Loyalty Point ledger entry.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query loyalty points ledger entry

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query LoyaltyPointLedgerEntry($input: LoyaltyPointLedgerEntryInput!) { loyaltyPointLedgerEntry(input: $input) { accountNumber balanceBroughtForward balanceCarriedForward id idempotencyKey ledgerType postedAt reasonCode value } }

Variables

Response

{ "data": { "loyaltyPointLedgerEntry": { "accountNumber": "A-22132C2B", "balanceBroughtForward": "represent-change-leader-physical-career", "balanceCarriedForward": "bag-partner-dog-population-commercial", "id": "73493792", "idempotencyKey": "276dcee0-6da8-4c24-93c7-7dbd4f4b245b", "ledgerType": "nearly-though-trouble-suddenly-range", "postedAt": "1973-11-30T21:02:01.340739+00:00", "reasonCode": "cost-movement-world-risk-court", "value": "green-while-meet-that-teach" } } }