Create Fund

POST {{baseUrl}}/sf/funds

API Scopes

The following API scopes can access this resouce - smsf_partner

Request

KeyTypeMandatoryDescription/Constraints
nameStringYesName of the fund
dateFormedDateYesDate format is yyyy-MM-dd

Response Body

KeyTypeMandatoryDescription/Constraints
nameStringYesThe 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
dateFormeddateYesMust in format yyyy-MM-dd
financialYearFromdateYesIf not supplied, system will default to dateFormed. Cannot be before dateFormed. Must in format yyyy-MM-dd
financialYearEnddateYesIf not supplied, system will default to next 30 June date after dateFormed. Cannot be before dateFormed. Must in format yyyy-MM-dd

Request Body

{"name"=>"{{name}}", "dateFormed"=>"{{dateFormed}}"}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: Created

{"abn":null,"dateFormed":"2018-12-18","enteringOpeningBalance":false,"financialYearEnd":"2019-06-30","financialYearFrom":"2018-12-18","fundCode":"THESAMPL1914","id":"8ad08a3e6c829e03016c82ef9ab00008","name":"The Sample Super Fund ","systemStartDate":"","tfn":null}