You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pull data from the Journals endpoint on a cash basis, but when I send the request using the following:
xero.journals.filter(paymentsOnly=True)
I get the following error: "QueryParseException: No property or field 'paymentsOnly' exists in type Journal."
Does the filter method support paymentsOnly or is there a different way of pulling journals on a cash basis in the SDK?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to pull data from the Journals endpoint on a cash basis, but when I send the request using the following:
xero.journals.filter(paymentsOnly=True)
I get the following error: "QueryParseException: No property or field 'paymentsOnly' exists in type Journal."
Does the filter method support paymentsOnly or is there a different way of pulling journals on a cash basis in the SDK?
Thanks!
The text was updated successfully, but these errors were encountered: