{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account Invoice API", "version": "v1" }, "items": [ { "info": { "name": "Invoice", "type": "folder" }, "items": [ { "info": { "name": "Returns an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/invoice/:guid", "params": [ { "name": "guid", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns an invoice" }, { "info": { "name": "OData end point to get a list of all invoices accessible by the user", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/invoice", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "OData end point to get a list of all invoices accessible by the user" }, { "info": { "name": "Marks an existing invoice as deleted, will remove all amounts applied on invoices.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.practicepanther.com/api/invoice", "params": [ { "name": "guid", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Marks an existing invoice as deleted, will remove all amounts applied on invoices." } ] } ], "bundled": true }