Long time we haven't talked. I hope you are all good, saying health and safe!
I am trying to query a group and include the equivAmount column, but I am getting
"resultcode": 99,
"resulttext": "One or more specified Include Columns are invalid: equivAmount"
If I remove equivAmount it works. So, I am trying to report/list all payments against a group without the amount converted to local currency , I can't do that.
Thanks for helping !
Paulo
"params": {
"SortBy":"name",
"paymentGroup":"GroupName",
"profileType": "V",
"IncludeCols" : ["name", "equivAmount"]
}