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
Key | Date Type | Description |
---|---|---|
ceaseDate | Date | Date the Contact ceased being a Beneficiary for the trust |
commenceDate | Date | Date the Contact began being a Beneficiary for the trust |
contactId | String | Must be an existing ContactId. |
Request Body
{"contactId"=>"{{contactId}}", "commenceDate"=>"{{commenceDate}}", "ceaseDate"=>"{{ceaseDate}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
""