Documentation Does Not Match QuickBooksOnline\API\DataService\Batch::AddQuery() signature #417
Open
Description
The following example code from the above link is incorrect:
$batch->AddQuery("select * from Customer startPosition 0 maxResults 20", "queryCustomer", "uniqueQuery");
AddQuery takes 2 parameters:
/**
* Adds the specified query.
* @param string $query IDS query.
* @param string $id unique batchitem id.
*/
public function AddQuery($query, $id)
Metadata
Assignees
Labels
No labels