intuit / QuickBooks-V3-PHP-SDK

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

How can I make a BatchItemRequest? #359

Closed cshanejennings closed 4 years ago

cshanejennings commented 4 years ago

Been looking around for a while and I see the example for uploading a single invoice, but how do I upload a collection of invoices as described here? https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/batch

I can see the Batch class, but I can't see any references on how it's used. Is this supported / documented or am I missing something?

Thanks!

cshanejennings commented 4 years ago

Found the documentation, didn't see it for some reason... https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/master/src/_Samples/BatchQueries.php