{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_service-lines.subpackage_service-lines/v2 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_service-lines.subpackage_service-lines/v2", "type": "folder" }, "items": [ { "info": { "name": "Create Service Line", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/service-lines/v2", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Service Line" }, { "info": { "name": "Create Professional or Institutional Service Line", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/service-lines/v2/universal", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Professional or Institutional Service Line" }, { "info": { "name": "Update service line for encounter that may be institutional or professional.", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/service-lines/v2/:service_line_id/universal", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service_line_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update service line for encounter that may be institutional or professional." }, { "info": { "name": "Update Service Line", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/service-lines/v2/:service_line_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service_line_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Service Line" }, { "info": { "name": "Delete Service Line", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/service-lines/v2/:service_line_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "service_line_id", "value": "", "type": "path" } ] }, "docs": "Delete Service Line" } ] } ], "bundled": true }