Newbie question: ListAggregate management. #190
Unanswered
lucagervasi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's a newbie request, i know...
I searched the Discussions (not a huge number...) and read the documentation, searched the internet (not much there too..) but was unable to understand how a ListAggregate should work...
I'm trying to respond to an account request, currently I think that a request like this (gnucash)
should get a response like this:
where I have multiple occurencies of ACCTINFO with BANKACCTINFO and CCACCTINFO.
I have a backend with some account informations and I'm iterating it like this:
I correctly fill the BANKACCTFROM and BANKACCTINFO but when I try to fill ACCTINFO(), i get a message that says:
ValueError: ACCTINFO must contain at least one of dict_keys(['bankacctinfo', 'ccacctinfo', 'bpacctinfo', 'invacctinfo'])
I'm pretty sure is something i'm not getting correct, pretty sure I'm unable to understand how ListAggregate works.
Could you please help me?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions