0

No matter what I try for EntityFilter, I can't seem to get any results. I believe that I must be mis-understanding what the EntityFilter does.

What entities is it filtering if I use it in a <DepositQueryRq>?

user49438
  • 889
  • 7
  • 20

1 Answers1

0

Copy/pasting from the documentation:

EntityFilter An entity refers to a person on the QuickBooks Customer list, Vendor list, Employee list, or Other Names list. You can use an EntityQuery request to get information about all the entities that are set up in the QuickBooks file.

So an EntityFilter lets you filter deposits by entity. e.g. You can use it to get all deposits for a specific entity.

Keith Palmer Jr.
  • 27,666
  • 16
  • 68
  • 105