{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_import-invoice.subpackage_import-invoice/v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_import-invoice.subpackage_import-invoice/v1", "type": "folder" }, "items": [ { "info": { "name": "Get Multi", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/import-invoice/v1", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_external_id", "value": "", "type": "query" }, { "name": "encounter_external_id", "value": "", "type": "query" }, { "name": "note", "value": "", "type": "query", "description": "partial match supported" }, { "name": "due_date_before", "value": "", "type": "query", "description": "all invoices whose due date is before this due date, not inclusive" }, { "name": "due_date_after", "value": "", "type": "query", "description": "all invoices whose due date is after this due date, not inclusive" }, { "name": "status", "value": "", "type": "query", "description": "all invoices that match any of the provided statuses" }, { "name": "limit", "value": "", "type": "query", "description": "Defaults to 100" }, { "name": "sort", "value": "", "type": "query", "description": "Defaults to created_at" }, { "name": "sort_direction", "value": "", "type": "query", "description": "Sort direction. Defaults to descending order" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Returns all Invoices for the authenticated user's organziation with all filters applied." }, { "info": { "name": "Import Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/import-invoice/v1", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Import an existing invoice from a third party service to reflect state in Candid." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/import-invoice/v1/:invoice_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "invoice_id", "value": "", "type": "path", "description": "InvoiceId to be returned" } ] }, "docs": "Retrieve and view an import invoice" }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/import-invoice/v1/:invoice_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "invoice_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the information on the imported invoice" } ] } ], "bundled": true }