User getTransactionHistory

From Catglobe Wiki
Jump to: navigation, search
  • Array of Array User_getTransactionHistory(int userResourceId "Resource id of user") - Get history of all transactions for a user.
  • Array of Array User_getTransactionHistory(int userResourceId "Resource id of user", array fromDate "Date to calculate from", array toDate "Date to calculate to") - Get history of all transactions for a user in period.

Return type

Array of transactions, ordered by their date. Each transaction contains: Id, Date, Amount, Description, Type of Transaction, Order_class

Example

User_getTransactionHistory (10768810);
/*
{
{134911,{2013,9,4,10,50,7,300,36},100,Tak for deltagelse i undersøgelse (CG0373),ManualTransaction,Empty},
{731452,{2018,6,21,8,33,53,700,25},-30,Pay point for order:11494,OrderTransaction,Order},
...}
*/