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

KeyDatatypeMandatoryConstraints
ABNStringNoMust be a valid ABN. Only for Australian Trusts
formedDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
jurisdictionStringNoThe Jurisdiction the Trust was formed in. ISO 3166 country code/name https://en.wikipedia.org/wiki/ISO_3166
meetingAddressIdStringNoexisting Address Id
trustNameIdStringNoexisting Contact Id
trusteeAppointedDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601. Cannot be before the formedDate of the trrust
trusteeContactIdStringNo*Must be an existing Contact Id. See note below.
trusteeCompanyIdStringNo*Must be an existing Company Id. See note below.
typeObjectNosee table below

Note for trusteeContactId and trusteeCompanyId

  • Only one of 'trusteeContactId' or 'trusteeCompanyId' is required
JurisdictionSupported types
Australia & All other JurisdicstionsUNIT, DISCRETIONARY, HYBRID, BARE
New ZealandFAMILY, ESTATE ,CHARITABLE, INVESTMENT, TRADING, FARMING, UNIT, OTHER

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"formedDate":"2013-07-02","id":20320,"jurisdiction":"Australia","meetingAddressId":929212,"trustNameId":1062014,"trusteeAppointedDate":"2013-07-02","trusteeContactId":963075,"type":"UNIT"}