ruckus / quickeebooks

ABANDONED !!!! Quickbooks + Ruby using the Quickbooks Online v2 Data Services REST API
MIT License
79 stars 67 forks source link

InvoiceHeader.status #130

Open jimiguru opened 10 years ago

jimiguru commented 10 years ago

Seems that the InvoiceHeader.status is always being returned empty from the Online::Service::Model

ruckus commented 10 years ago

Interesting. In the legacy docs:

https://developer.intuit.com/docs/95_legacy/qbo_v2/0400_qbo_v2_reference/invoice

For "Status" they say:

"Supported for Estimate only. The Estimate status may be of the following values:Pending (default), Accepted, Rejected, Closed,"

So it appears to be un-supported / blank for regular Invoices (?)

On Mar 31, 2014, at 8:15 AM, jimiguru notifications@github.com wrote:

Seems that the InvoiceHeader.status is always being returned empty from the Online::Service::Model

— Reply to this email directly or view it on GitHub.