-
Notifications
You must be signed in to change notification settings - Fork 10
Service Implementation. #1
Comments
Please add send for Invoice. I resolved it by copying request and just removing the content-type and json property on Guzzle. From Clients.php
|
Thank you for the request @richardhdc. I have added the method. Call it via its service;
As a note, to add feature to a specific Service, edit its Service file. In this case |
@khairulashraff the service |
I may have missed this due to Quickbooks' foolishness in handling their API. TaxService is not an actual object but just an API endpoint to create TaxCode and TaxRate. Their docs however only document how to create TaxCode and that what I have foolishly implemented for now, creating a TaxService will create a TaxCode instead. If you find any docs on creating TaxRate, do let me know. My API will probably change once I got my hands on the TaxRate create docs. |
@JBBr Here's how I create a TaxCode
|
I have no problem in creating TaxCode, just TaxRate as TaxService can create both TaxCode and TaxRate although only TaxCode was documented. FYI, on an unrelated topic, don't override the |
Ah agreed 👍 |
Here is a list of services that are still being implemented.
The text was updated successfully, but these errors were encountered: