Skip to content

QuickBooks Online allows 30 items per batch, but .NET SDK only supports 25 #358

@alex-zinich

Description

@alex-zinich

I’m using IppDotNetSdkForQuickBooksApiV3 version 14.7.0.1.

When creating payments in batches, I noticed that the SDK only allows 25 items per batch.

However, according to the QuickBooks Online API documentation (https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/batch), the API supports up to 30 items per batch.

I tested this directly via the API Explorer:

  • sending 30 items works successfully.
  • when I try more than 30 items, an exception occurs (as expected).

It looks like the SDK has a lower limit than the API itself.
Could this be updated so the SDK supports the full 30 items per batch?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions