SampleApp-CRUD-PHP icon indicating copy to clipboard operation
SampleApp-CRUD-PHP copied to clipboard

PHP sample app to show how to define basic CRUD operations for entities available in the QuickBooks API using OAuth 2.0 with Composer

Results 9 SampleApp-CRUD-PHP issues
Sort by recently updated
recently updated
newest added

Why startTime and endTime is not reflecting the actual date being passed?

How we can manage different types of payment methods? there are no facades available for IPPPaymentMethod. shall we add custom facades?

Request is not made successful. Response Code:[400] with body: [Invalid NumberInvalid Number : ]. I am trying to update ``` $item = $dataService->FindbyId('item', 26); $theResourceObj = Item::update($item , [ "QtyOnHand"...

https://github.com/IntuitDeveloper/SampleApp-CRUD-PHP/blob/a2e0feda9d5f4a04831ab2e41e722948f9a625f8/CRUD_Examples/JournalEntry/JournalEntryCreate.php#L58

/Customer/CustomerCreate.php - Uncaught QuickBooksOnline\API\Exception\ServiceException: Http Status Code [400]: Request is not made successful. Response Code:[400] with body: [Unsupported OperationOperation Could not find resource for relative : /v3/company/customer of full path:...

I'm looking for a simple way to send an email for an existing invoice. I see that the SDK supports `$dataService->SendEmail($invoice, "[email protected]"); Is there a way to set a subject...

This can confuse somebody so needs to be updated