Skip to content

Bug Report: Deserialization Error in Intuit QuickBooks API #216

Open
@quentinramas

Description

Issue Description:
I am encountering an error when calling the above method to retrieve all invoices from my QuickBooks account. The error occurs during the deserialization process and is preventing the retrieval of the data.

Context:
I am calling the Intuit API to retrieve all invoices from my QuickBooks account. During this process, the API fails to deserialize the response data correctly, specifically the LineDetailTypeEnum field.

Method: dataService.findAll(new Invoice())

Technical Details:

API Version: 6.3.0
Jackson Version: 2.16.0 (Note: This is different from the API's Jackson version 2.15.2 due to other dependencies in my application)

I believe the discrepancy in Jackson versions might be contributing to the deserialization error. However, downgrading Jackson to 2.15.2 is not feasible due to other dependencies.

Could you please investigate this issue and provide guidance on how to resolve it? If further information is required, I am more than happy to provide additional details.

Thank you for your assistance in this matter.

See attached the error log.

Best regards,

Quentin

ErrorLog.txt

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