Skip to main content
PATCH
Update beneficiary

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

account_id
string
required
beneficiary_id
string
required

Body

application/json
name
string
required
designation_type
enum<string>
required
Available options:
pod,
tod
relationship
string
percentage_share
number<double>
is_contingent
boolean
contact_info
object
status
enum<string>
Available options:
active,
claimed,
pending_verification

Response

Beneficiary updated.

data
object