Upload Document

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

This endpoint allows a user of a particular entity to upload a new document into the entity, along with the list of tags (optional) to be associated to the newly uploaded document.
At the time of development, the following file tyle extensions are not supported for documents upload to SF360 system: exe, app, bat, dmg, and cmd.

API Scopes

The following API scopes can access this resouce

  • audit
  • smsf_partner

Entities Supported

The following entityTypes are supported

  • SMSF
  • BillableTrust
  • BillableCompany
  • BillableIndividual

Request

The multi-part request body has two form parameters

Form ParametertypeMandatoryExample
documentFileYesdocument.pdf
tagsTextNo[audit]

Request Body

[{"name"=>"document", "value"=>nil, "datatype"=>"null"}, {"name"=>"tags", "value"=>"{{tags}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

""