Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method permits to upload a file to the document library of a company.

URL

(POST) companies/{companyid}/file

PARAMETERS

HTTP BODY

The contents of the file (byte array) to upload.

Required

Token

The connection token

Required

companyid

The companyid

Required

Name

The path/name of the file. For example "myfile.doc" or "folder\myfile.doc".

Required

overwrite

If set to true, an existing file will be overwritten. By default the value is set false and an error is returned if the file already exists.

Optional


RESULTS

None





  • No labels