Search Results for

    Show / Hide Table of Contents

    UploadFile

    Command, Obsolete since version 25.9 (Use 'UploadFileStream' instead), Introduced in version 2.52

    POST https://localhost:8001/sv/001.1/api/v1/Common/FilePaths/UploadFile
    

    Uploads a file to a file path.

    Returns bool

    Properties

    Name Type Summary Introduced in
    FilePathId Int64 The business key identifier of the file path where the file will be uploaded.

    • Mandatory
    • References FilePaths
    FileName String The file name relative to the file path where the file will be uploaded.
    E.g. "file.txt" or "subfolder/file.txt".
    Avoid using absolute paths.

    • Mandatory
    Data String The base64 encoded representation of the file.

    • Mandatory

    Example

    {
      "FilePathId": 0,
      "FileName": null,
      "Data": null
    }
    
    In This Article
    Back to top Copyright © 2023 Monitor ERP System AB