ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
394 stars 193 forks source link

SalesItemLineDetail missing ItemAccountRef #347

Closed zPugMan closed 3 months ago

zPugMan commented 5 months ago

The latest Quickbooks API spec allows for a a ItemAccountRef ref object.

ItemAccountRef Optional ReferenceType Available with invoice objects, only, and when there is a linkedtxn of type ReimburseCharge for this object. When ItemRef.Id is set to 1, ItemAccountRef maps to the reimbursable charge account.

https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice#full-update-an-invoice

v0.9.7 doesn't seem to support that reference object.

ej2 commented 3 months ago

Added in 0.9.8.