{ "opencollection": "1.0.0", "info": { "name": "API V1 API Partners Estimates API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Partner-Id", "value": "{{X-Api-Partner-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Estimates", "type": "folder" }, "items": [ { "info": { "name": "Add canned job as service", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/tenants/:tenant_id/estimates/:estimate_id/canned_jobs/:canned_job_id", "params": [ { "name": "tenant_id", "value": "1", "type": "path" }, { "name": "estimate_id", "value": "2", "type": "path" }, { "name": "canned_job_id", "value": "1", "type": "path" } ] }, "docs": "Add canned job as service" }, { "info": { "name": "Delete service", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/tenants/:tenant_id/estimates/:estimate_id/services/:service_id", "params": [ { "name": "tenant_id", "value": "1", "type": "path" }, { "name": "estimate_id", "value": "2", "type": "path" }, { "name": "service_id", "value": "1", "type": "path" } ] }, "docs": "Delete service" } ] } ], "bundled": true }