Skip to main content

Input fields

accountNumber : String! required

The account number.

points : Int! required

The number of Loyalty Points to transfer.

receivingUserId : String! required

The account user receiving the points.

sendingUserId : String

The account user sending the points. If not provided, the current viewer will be used.

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-734284E5", "points": 86, "receivingUserId": "11952620", "sendingUserId": "22305500" }