Update Trust Details
PATCH {{baseUrl}}/cas/trusts/{{trustId}}
- Update details for a Trust.
- Only keys which are being updated need to be supplied.
Request Body
Key | Datatype | Mandatory | Constraints |
---|---|---|---|
ABN | String | No | Must be a valid ABN. Only for Australian Trusts |
formedDate | String | No | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601 |
jurisdiction | String | No | The Jurisdiction the Trust was formed in. ISO 3166 country code/name https://en.wikipedia.org/wiki/ISO_3166 |
meetingAddressId | String | No | existing Address Id |
trustNameId | String | No | existing Contact Id |
trusteeAppointedDate | String | No | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601. Cannot be before the formedDate of the trrust |
trusteeContactId | String | No* | Must be an existing Contact Id. See note below. |
trusteeCompanyId | String | No* | Must be an existing Company Id. See note below. |
type | Object | No | see table below |
Note for trusteeContactId and trusteeCompanyId
- Only one of 'trusteeContactId' or 'trusteeCompanyId' is required
Jurisdiction | Supported types |
---|---|
Australia & All other Jurisdicstions | UNIT, DISCRETIONARY, HYBRID, BARE |
New Zealand | FAMILY, ESTATE ,CHARITABLE, INVESTMENT, TRADING, FARMING, UNIT, OTHER |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"formedDate":"2013-07-02","id":20320,"jurisdiction":"Australia","meetingAddressId":929212,"trustNameId":1062014,"trusteeAppointedDate":"2013-07-02","trusteeContactId":963075,"type":"UNIT"}