Update Fund Details

POST {{baseUrl}}/sf/funds/:fundId

Using a FundId an API Consumer can add or update Fund Details.

API Scopes

The following API scopes can access this resouce

  • smsf_partner

Request

KeyTypeMandatoryDescription/Constraints
badgeIdNumberNoMust be a valid badge id for the firm
nameStringNoThe Name of the SMSF
fundCodeStringNoIf not supplied the field will be auto-created by Simple Fund 360
abnnumberNoIf supplied, the number must be valid ABN
tfnnumberNoIf supplied must be valid TFN
esaStringNoElectronic Service Address
dateFormeddateNoMust in format yyyy-MM-dd
windUpDatedateNoMust in format yyyy-MM-dd
financialYearFromdateNoIf not supplied, system will default to dateFormed. Cannot be before dateFormed. Must in format yyyy-MM-dd
financialYearEnddateNoIf not supplied, system will default to next 30 June date after dateFormed. Cannot be before dateFormed. Must in format yyyy-MM-dd
systemStartDatedateNoMust be present if enteringOpeningBalance = Yes. Cannot be before dateFormed. Must in format yyyy-MM-dd
enteringOpeningBalanceBooleanNoTrue or False
gstregisteredBooleanNoTrue or False
taxEffectAccountBooleanNoTrue or False
postalAddressArrayNosee Address Array below
physicalAddressArrayNosee Address Array below
trustDeedSourceStringNo
trustDeedLastModifiedDatedateNoMust in format yyyy-MM-dd
trustDeedRuleClauseDeathBenefitStringNo

Address Array

KeyTypeMandatoryConstraints/Comments
streetLine1StringYesMandatory if any other address fields are not empty
streetLine2StringNo
cityStringYesMandatory if any other address fields are not empty
stateStringYesMandatory if any other address fields are not empty. Must be one of (ACT’/‘NSW’/‘VIC’/‘QLD’/‘SA’/‘WA’/‘TAS’/‘NT)
postCodeStringYesMandatory if any other address fields are not empty
countryStringYesMandatory if any other address fields are not empty. Must be a country code as defined in https://en.wikipedia.org/wiki/ISO3166-1alpha-2

Request Body

{"name"=>"{{name}}", "fundCode"=>"{{fundCode}}", "abn"=>"{{abn}}", "tfn"=>"{{tfn}}", "esa"=>"{{esa}}", "dateFormed"=>"{{dateFormed}}", "windUpDate"=>"{{windUpDate}}", "financialYearFrom"=>"{{financialYearFrom}}", "financialYearEnd"=>"{{financialYearEnd}}", "systemStartDate"=>"{{systemStartDate}}", "enteringOpeningBalance"=>"False", "gstregistered"=>"false", "taxEffectAccount"=>"false", "postalAddress"=>{"streetLine1"=>"{{streetLine1}}", "streetLine2"=>"{{streetLine2}}", "city"=>"{{city}}", "state"=>"{{state}}", "country"=>"{{country}}", "postCode"=>"{{postCode}}"}, "physicalAddress"=>{"streetLine1"=>"{{streetLine1}}", "streetLine2"=>"{{streetLine2}}", "city"=>"{{city}}", "state"=>"{{state}}", "country"=>"{{country}}", "postCode"=>"{{postCode}}"}, "trustDeedSource"=>"{{trustDeedSource}}", "trustDeedLastModifiedDate"=>"{{trustDeedLastModifiedDate}}", "trustDeedRuleClauseDeathBenefit"=>"{{trustDeedRuleClauseDeathBenefit}}"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"id":"8a348bec68712b24016874142344444","name":"The Sample Super Fund ","fundCode":"SAM001","abn":null,"tfn":null,"esa":null,"dateFormed":"2018-12-18","windUpDate":null,"financialYearFrom":"2018-12-18","financialYearEnd":"2019-06-30","systemStartDate":null,"enteringOpeningBalance":"No","gstregistered":false,"taxEffectAccount":false,"postalAddress":{"streetLine1":"606 Hawthorn Rd","streetLine2":"","city":"Brighton East","state":"VICTORIA","country":"AU","postCode":"3187"},"physicalAddress":{"streetLine1":"606 Hawthorn Rd","streetLine2":"","city":"Brighton East","state":"VICTORIA","country":"AU","postCode":"3187"},"trustDeedSource":null,"trustDeedLastModifiedDate":null,"trustDeedRuleClauseDeathBenefit":null,"createTime":"2015-07-23T23:32:16Z"}