FileManagementService

Upload or download files within Symitar.

Symitar eDocs References: Coming soon.

Operations

downloadLetterFile

post

Downloads a letter file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringRequired

The name of the file to be uploaded or downloaded

Responses
200

Successful operation.

application/json
post
/downloadLetterFile
200

Successful operation.

uploadLetterFile

post

Uploads a letter file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringOptional

The name of the file to be uploaded or downloaded

DatanumberOptional

The data to be uploaded or downloaded.

noNewlinebooleanOptional

Whether to include newline characters in the file

Responses
200

Successful operation.

application/json
post
/uploadLetterFile
200

Successful operation.

deleteLetterFile

post

Deletes a letter file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringRequired

The name of the file to be uploaded or downloaded

Responses
200

Successful operation.

application/json
post
/deleteLetterFile
200

Successful operation.

uploadDataFile

post

Uploads a data file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringOptional

The name of the file to be uploaded or downloaded

DatanumberOptional

The data to be uploaded or downloaded.

noNewlinebooleanOptional

Whether to include newline characters in the file

Responses
200

Successful operation.

application/json
post
/uploadDataFile
200

Successful operation.

downloadDataFile

post

Downloads a data file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringRequired

The name of the file to be uploaded or downloaded

Responses
200

Successful operation.

application/json
post
/downloadDataFile
200

Successful operation.

deleteDataFile

post

Deletes a data file.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
FileNamestringRequired

The name of the file to be uploaded or downloaded

Responses
200

Successful operation.

application/json
post
/deleteDataFile
200

Successful operation.

Last updated

Was this helpful?