{ "opencollection": "1.0.0", "info": { "name": "Zoho Invoice Estimates API", "version": "v3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Estimates", "type": "folder" }, "items": [ { "info": { "name": "List estimates", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/invoice/v3/estimates" }, "docs": "List estimates" }, { "info": { "name": "Create an estimate", "type": "http" }, "http": { "method": "POST", "url": "https://www.zohoapis.com/invoice/v3/estimates" }, "docs": "Create an estimate" }, { "info": { "name": "Retrieve an estimate", "type": "http" }, "http": { "method": "GET", "url": "https://www.zohoapis.com/invoice/v3/estimates/:estimate_id", "params": [ { "name": "estimate_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an estimate" }, { "info": { "name": "Update an estimate", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zohoapis.com/invoice/v3/estimates/:estimate_id", "params": [ { "name": "estimate_id", "value": "", "type": "path" } ] }, "docs": "Update an estimate" }, { "info": { "name": "Delete an estimate", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zohoapis.com/invoice/v3/estimates/:estimate_id", "params": [ { "name": "estimate_id", "value": "", "type": "path" } ] }, "docs": "Delete an estimate" } ] } ], "bundled": true }