List of Trust Beneficiaries
GET {{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.
Response 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. Obtain via List of Contacts |
id | String | Unique Id of the beneficary |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
[{"ceaseDate":"2019-01-01","commenceDate":"2018-07-01","contactId":420080,"id":5505},{"ceaseDate":"2018-10-11","commenceDate":"2018-09-02","contactId":241891,"id":5509},{"ceaseDate":null,"commenceDate":"2018-10-10","contactId":242361,"id":5512}]