{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_billing-notes.subpackage_billing-notes/v2 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_billing-notes.subpackage_billing-notes/v2", "type": "folder" }, "items": [ { "info": { "name": "Create billing note", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/billing_notes/v2", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create billing note" }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/billing_notes/v2/:billing_note_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "billing_note_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update" }, { "info": { "name": "Delete billing note", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/billing_notes/v2/:billing_note_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "billing_note_id", "value": "", "type": "path" } ] }, "docs": "Delete billing note" } ] } ], "bundled": true }