Create New Trust Beneficiaries

POST {{baseUrl}}/cas/trusts/:trustId/beneficiaries

A beneficiary is a person(s) who are entitled to the benefits of a Trust. In CAS 360, beneficiaries can be added to Discretionary Trusts.

Request Body

KeyDate TypeDescription
ceaseDateDateDate the Contact ceased being a Beneficiary for the trust
commenceDateDateDate the Contact began being a Beneficiary for the trust
contactIdStringMust be an existing ContactId.

Request Body

{"contactId"=>"{{contactId}}", "commenceDate"=>"{{commenceDate}}", "ceaseDate"=>"{{ceaseDate}}"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

""