Transactions
5001: Register a transaction
Stores information about a transaction made by a person. A transaction may for instance be some kind of action, a purchase, redemption of a coupon or a transaction on a points account or cash account
5002: Has transaction
Returns a boolean value indicating whether a transaction has been logged for the user with a specific group and type - optionally filtered by time period.
5003: Sum transactions
Returns a sum total of the transactions for a user in a specific transaction group, optionally filtered by transaction type and time period.
5004: Enumerate transactions
Retrieves transactions that have been logged for the user with a specific group - optionally filtered by type and time period, with "paging" options (limit and offset)