Update Trust Deed Details

PATCH {{baseUrl}}/sf/funds/:fundId/trustDeeds/:trustDeedId

This endpoint allows you to update the details of a trust deed.

API Scopes

The following API scopes can access this resouce

  • audit
  • smsf_partner
  • bgl_partner

Request Body

FieldMandatoryData TypeComments
deedTypeYesString (enum)Initial or Variation
docKeyYesStringObtain this value from the GET List Trust Deed Details and Documents endpoint.
deedDateYesDate2023-06-30T00:00:00.000+0000
descriptionNoString
deedSourceNoString
clauseNumberNoString

Request Body

{"deedType"=>"Variation", "docKey"=>"sf360$5919$8a8bda418cf15e32018cf1860ab2001a$81b5e03b-2069-4cd3-8490-33897cb0ffa9", "deedDate"=>"2023-06-30T00:00:00.000+0000", "description"=>"Trust Deed updating description", "deedSource"=>nil, "clauseNumber"=>nil}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: Created

{"accountId":5919,"clauseNumber":null,"createdDate":"2024-02-19T05:33:57.000+0000","deedDate":"2023-06-30T00:00:00.000+0000","deedSource":null,"deedType":"Initial","description":"Trust Deed update description","docKey":"sf360$5919$8a8bda418cf15e32018cf1860ab2001a$81b5e03b-2069-4cd3-8490-33897cb0ffa9","fileName":"TrustDeed4.pdf","fundId":"8a8bda418cf15e32018cf1860ab2001a","id":12501}