zoho invoices

GET {{api-domain}}/crm/v4/Invoices?fields=Status,Grand_Total,Product_Details,Account_Name,Invoice_Date,Owner,Billing_Email

To get the list of available records in the Invoices module.

Request Params

KeyDatatypeRequiredDescription
fieldsstring

RESPONSES

status: OK

{"data":[{"Status":"Approved","Grand_Total":600,"Owner":{"name":"daniel.kimmelmann","id":"5635716000000401001","email":"daniel.kimmelmann@postman.com"},"Billing_Email":"daniel.kimmelmann@postman.com","Account_Name":{"name":"Big Business","id":"5635716000000401653"},"id":"5635716000000401811","Invoice_Date":"2023-02-09"}],"info":{"per_page":200,"next_page_token":null,"count":1,"sort_by":"id","page":1,"previous_page_token":null,"page_token_expiry":null,"sort_order":"desc","more_records":false}}