getUsedRewardPointRecords

Retrieve all reward point subtraction transactions.

This API call is for building custom loyalty programs. For other related calls, see addCustomerRewardPoints (to add points to a customer manually) and getEarnedRewardPointRecords (to retrieve transactions where customers have earned reward points}.

For simpler integrations, you will more likely need getCustomerRewardPoints to retrieve a customer's point balance, and subtractCustomerRewardPoints to subtract points from customer.

To edit one specific record, use editUsedRewardPointRecord. (Under normal circumstances, you should not use that method; this is only for transfering points history from one customer to another, or for correcting errors in points history. To add or remove points, use subtractCustomerRewardPoints and addCustomerRewardPoints instead.)

Input parameters

Parameter name Description Possible value Required
customerID Customer ID. integer
customerIDs Comma-separated list of customer IDs. Retrieve transactions associated with multiple customers. string
createdUnixTimeFrom Unix timestamp
createdUnixTimeTo Unix timestamp

Response

Field name Type Description
transactionID integer Transaction ID.
customerID integer Customer ID.
customerCardNumber string Code of customer's loyalty/membership card.
invoiceID integer Invoice ID.
invoiceNo string Invoice number.
campaignID integer
warehouseID integer
pointOfSaleID integer Register ID.
pointOfSaleName string
employeeID integer
employeeName string
usedPoints integer
createdUnixTime integer Unix timestamp. Transaction timestamp.
issuedCouponID integer Available only if "Reward point extras" module is enabled on your account.
description string Available only if "Reward point extras" module is enabled on your account.

This API call returns error 1006 if "Reward points" module is not enabled on your account.