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

Include custom request query parameter #488

Open devbanana opened 1 year ago

devbanana commented 1 year ago

I’m not sure if there’s already a way to do this or not. Basically I want to have QB auto-assign the DocNumber for journal entries. The API reference says I can do this by including include=allowautodocnum in the request.

As far as I can tell there’s no way to set a query parameter in this way using the SDK.