AwardLoyaltyPointsInput
The input type for awarding Loyalty Points.
Input fields
The account number.
A unique idempotency key for the award operation.
A note about the award.
The number of Loyalty Points to award.
The reason code associated with the award.
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.
Example
{
"accountNumber": "A-B984D87D",
"idempotencyKey": "903715c8-fcaf-4a5a-8fa6-cf3e53e6d093",
"note": "situation-fund-defense-purpose-study",
"points": 71,
"reasonCode": "POINTS_AWARDED_FOR_ACCOUNT_ACTION"
}