API Docs
/
No Results Found
Response

Response AI Tools

Open in ChatGPT

Open in ChatGPT to ask questions about this page

Open in Claude

Open in Claude to ask questions about this page

Copy as Markdown

Copy this page as markdown to use with AI assistants

View as Markdown

Open this page as markdown in a new tab

Responses will be in the JSON format.

Node Name Description
code Zoho Billing error code. This will be zero for a success response and non-zero in case of an error.
message Message for the invoked API.
resource name Comprises the invoked API’s Data.

Request Example

Click to copy
$ curl https://www.zohoapis.com/billing/v1/invoices/7000000079426 \ -H 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ -H 'X-com-zoho-subscriptions-organizationid: 10234695' \ -H 'Accept: application/pdf'

OR

Request Example

Click to copy
$ curl https://www.zohoapis.com/billing/v1/invoices/7000000079426?accept=pdf \ -H 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ -H 'X-com-zoho-subscriptions-organizationid: 10234695'

Response Structure

The response structure for the Books API follows the below format.
{ "code" : 0, "message" : "success", "invoice" : { "invoice_id" : "..." } }

Response Example

HTTP/1.1 200 OK Content-Disposition: attachment; filename="INV-384.pdf" Content-Type: application/pdf;charset=UTF-8