opsway / zohobooks-api

ZohoBooks PHP library
MIT License
6 stars 10 forks source link

Allow to use extra query parameters #8

Closed phansys closed 7 years ago

phansys commented 7 years ago
Q A
Branch master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

Allow to pass extra query string parameters to request, in order to use some features that requires additional arguments (exposed as "Parameters" at ZohoBooks API v3 docs). Example: Parameters

Name Type Description
print boolean Print the exported pdf.
accept string Get the details of a particular invoice in formats such as json/ pdf/ html. Default format is json.Allowed Values: json, pdf and html