Trust Details
GET {{baseUrl}}/cas/trusts/:trustId
Gets trust details for a single trust
Response Body
Key | Datatype | Mandatory | Constraints |
---|---|---|---|
formedDate | String | Yes | ISO 8601 date https://en.wikipedia.org/wiki/ISO_8601 |
id | String | Yes | Trust Id |
jurisdiction | String | Yes | Jurisdiction company was formed in |
meetingAddressId | String | Yes | existing Address Id |
trustNameId | String | Yes | existing Contact Id |
type | Object | Yes | Must be either 'UNIT'/'DISCRETIONARY'/'HYBRID'/'BARE' |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"formedDate":"2013-07-02","id":20053,"jurisdiction":"Australia","meetingAddressId":929212,"trustNameId":1062014,"type":"UNIT"}