Skip to main content
PATCH
Update distribution

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).

distribution_id
string
required

Body

application/json
recipient_name
string
required
asset_type
enum<string>
required
Available options:
cash,
real_property,
personal_property,
securities,
vehicle,
other
amount_or_value
number<double>
required
method
enum<string>
required
Available options:
check,
wire,
deed_transfer,
title_transfer,
in_kind
person_id
string
relationship
string
asset_description
string
distribution_date
string<date>
status
enum<string>
Available options:
pending,
approved,
completed,
disputed
receipt_signed
boolean
receipt_date
string<date>
tax_reported
boolean
notes
string

Response

Distribution updated.

data
object