TransferLoyaltyPointsBetweenUsersInput
The input type for transferring Loyalty Points.
Input fields
The account number.
The number of Loyalty Points to transfer.
The account user receiving the points.
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"
}