Skip to main content
Skip table of contents

Upload a file to ToucanToco

Activity

ToucanTocoUpload

Description

Upload a file to Toucan Toco

Input :

PropertyName

Type

Required

Default Value

Description

BaseUri

STRING

YES

Base Uri of TCTC API

Username

STRING

YES

User name

Password

STRING

YES

Password

Timeout

INT

NO

60

Timeout to upload the file

Source

JSON (see below)

YES

Sample request

JSON
{
   "baseUri" : "http://toucantoco.com/api",
   "username" : "bob",
   "password" : "****"
   "source":{
       "FileToken": "file://local/myfule.xlsx",
       "FileName": "myfule.xlsx"
   }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.