Skip to main content
PATCH
Update claim status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

claim_id
string
required

Body

application/json
creditor_name
string
required
claim_amount
number<double>
required
claim_date
string<date>
required
claim_type
enum<string>
required
Available options:
secured,
unsecured,
priority,
contingent
creditor_address
object
creditor_phone
string
creditor_email
string<email>
debt_description
string
account_number
string
status
enum<string>
Available options:
filed,
under_review,
accepted,
rejected,
disputed,
paid,
partially_paid,
expired
resolution_amount
number<double>
resolution_date
string<date>
resolution_notes
string
priority_order
integer
is_valid
boolean
statute_of_limitations_expires
string<date>

Response

Claim updated.

data
object