Skip to main content

Input fields

accountNumber : String! required

The account number.

idempotencyKey : UUID

A unique idempotency key for the award operation.

note : String

A note about the award.

points : Int! required

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" }