{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Medical Bills API", "version": "v4" }, "items": [ { "info": { "name": "Medical Bills", "type": "folder" }, "items": [ { "info": { "name": "Updating a Medical Bill", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.clio.com/api/v4/medical_bills/:id.json", "headers": [ { "name": "IF-MATCH", "value": "" }, { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Medical Bill." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Outlines the parameters and data fields used when updating a single Medical Bill\n" }, { "info": { "name": "Destroying a Medical Bill", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.clio.com/api/v4/medical_bills/:id.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the Medical Bill." } ] }, "docs": "Outlines the parameters, optional and required, used when deleting the record for a single Medical Bill\n" } ] } ], "bundled": true }