For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
        • GETGet Charge Capture Claim Creation
        • GETGet Charge Capture Claim Creation Summary
        • PATCHMark a ClaimCreationAttempt error as resolved
        • GETGet all Charge Capture Claim Creations
Contact Sales
LogoLogo
API ReferenceCharge Capture BundlesV1

Mark a ClaimCreationAttempt error as resolved

Beta
PATCH
/api/charge_capture_claim_creation/v1/error/:charge_capture_bundle_error_id
PATCH
/api/charge_capture_claim_creation/v1/error/:charge_capture_bundle_error_id
$curl -X PATCH https://api.joincandidhealth.com/api/charge_capture_claim_creation/v1/error/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32 \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json" \
> -d '{}'
Was this page helpful?
Previous

Get all Charge Capture Claim Creations

Next
Built with

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

charge_capture_bundle_error_idUUIDRequired

Request

This endpoint expects an object.
resolved_bystringOptional
A string, denoting who resolved the error for audit trail purposes.
resolution_reasonstringOptional
A string denoting why or how the error was dealt with for audit trail purposes.

Errors

403
Unauthorized Error
404
Entity Not Found Error