Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTTP BODY

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

Required

tokenidtoken

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

...