Skip to content

Unable to get ReimburseCharge query result #155

@b69liu

Description

@b69liu

When I execute the query and fetch the result, it should give me a list with size of 5
String sql = "Select * from ReimburseCharge Where HasBeenInvoiced = false";
QueryResult queryResult = this.service.executeQuery(sql);
But I got an empty list, as
queryResult.getEntities().size() is 0
queryResult.getTotalCount() is 5

My environment:
ipp-v3-java-data: 6.1.0
ipp-v3-java-devkit: 6.1.0
oauth2-platform-api: 6.1.0
Java SE 14.0.2
Windows 10

I have also tried to fetch the ReimburseCharge in PHP SDK, and Postman, and they all worked.

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