This version of the bundle requires Symfony 2.8+.
composer require chaplean/zoho-invoice-client-bundle
Add
new Chaplean\Bundle\ZohoInvoiceClientBundle\ChapleanZohoInvoiceClientBundle(),
imports:
- { resource: '@ChapleanZohoInvoiceClientBundle/Resources/config/config.yml' }
chaplean_zoho_invoice.access_token: 'your access token'
chaplean_zoho_invoice.organization_id: 'your organization id'
-
Items
- getItems()
- getItem()
- postItem()
- putItem()
- deleteItem()
- postItemActive()
- postItemInactive()
-
Estimate
- getEstimate()
- getEstimates()
- postEstimate()
- putEstimate()
- deleteEstimate()
-
Invoice
- getInvoice()
- getInvoices()
- postInvoice()
- putInvoice()
- deleteInvoice()