Skip to content

Query by Ids #58

@jmawebtech

Description

@jmawebtech

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions