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 Parameter | type | Mandatory | Example |
---|---|---|---|
document | File | Yes | document.pdf |
tags | Text | No | [audit] |
Request Body
[{"name"=>"document", "value"=>nil, "datatype"=>"null"}, {"name"=>"tags", "value"=>"{{tags}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
""