-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi,
Is it possible to pull a list of invoice by ids? I am trying to create an in query:
var results = client.DataService.Query<InfusionSoft.Tables.Invoice>( page: new DataPage(1000, 0), queryBuilder: q => q.Add(c => c.Id, new List<int> { 1, 2, 3 }));
I receive an error that the method does not accept an array.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels