{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_patient-refunds.subpackage_patient-refunds/v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_patient-refunds.subpackage_patient-refunds/v1", "type": "folder" }, "items": [ { "info": { "name": "Get patient refunds", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/patient-refunds/v1", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Defaults to 100. The value must be greater than 0 and less than 1000." }, { "name": "patient_external_id", "value": "", "type": "query" }, { "name": "claim_id", "value": "", "type": "query" }, { "name": "service_line_id", "value": "", "type": "query" }, { "name": "billing_provider_id", "value": "", "type": "query" }, { "name": "unattributed", "value": "", "type": "query", "description": "returns payments with unattributed allocations if set to true" }, { "name": "invoice_id", "value": "", "type": "query" }, { "name": "sources", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query", "description": "Defaults to refund_timestamp" }, { "name": "sort_direction", "value": "", "type": "query", "description": "Sort direction. Defaults to descending order if not provided." }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Returns all patient refunds satisfying the search criteria AND whose organization_id matches\nthe current organization_id of the authenticated user." }, { "info": { "name": "Create patient refund", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/patient-refunds/v1", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new patient refund record and returns the newly created PatientRefund object.\nThe allocations can describe whether the refund is being applied toward a specific service line,\nclaim, or billing provider." }, { "info": { "name": "Get patient refund", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/patient-refunds/v1/:patient_refund_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_refund_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a previously created patient refund by its `patient_refund_id`." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/patient-refunds/v1/:patient_refund_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_refund_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the patient refund record matching the provided patient_refund_id." }, { "info": { "name": "Delete patient refund", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/patient-refunds/v1/:patient_refund_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "patient_refund_id", "value": "", "type": "path" } ] }, "docs": "Deletes the patient refund record matching the provided patient_refund_id." } ] } ], "bundled": true }