intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 240 forks source link

AttachableRef is empty on Bill object when it's definitely there in QB. #507

Open hyphen81 opened 9 months ago

hyphen81 commented 9 months ago

When using FindById to get a an instance of QuickBooksOnline\API\Data\IPPBill, the AttachableRef object is empty, even though I can see there's an attachment in the Quickbooks sandbox.

Do I have to query this separately or something?

hyphen81 commented 9 months ago

tried querying it separately and the whole object comes back null. ugh.