Navigation:  Integration via REST web services > Published web services > Configuration >

UPLOAD

Previous  Top  Next

This method allows uploading a new electronic file.

 

Service URL

https://<domain>/apigateway/v1/file/upload

 

Method

POST

 

Body

Form-Data

 

Input parameters

ID #

Type

Required

Description

file

FILE

X

Binary content of the electronic file

 

Output parameter

{

   "description": "Upload description",

   "filehash": "Unique ID # of the file",

   "status": "Upload status"

}