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
Field | Mandatory | Data Type | Comments |
---|---|---|---|
deedType | Yes | String (enum) | Initialor Variation |
docKey | Yes | String | Obtain this value from the GET List Trust Deed Details and Documents endpoint. |
deedDate | Yes | Date | 2023-06-30T00:00:00.000+0000 |
description | No | String | |
deedSource | No | String | |
clauseNumber | No | String |
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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
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}