Cloud Fax and Notifications API 2.5 Documentation
CFSUpload
Cloud Fax and Notifications API Forums Home  
    prev  next        Table of Contents  CFSUpload  
These pages describe an earlier version of the Cloud Fax and Notifications API.
While that version continues to function, new development should use the current version.
 

16.2 CFSUploadRequest

CFSUpload Overview   CFSUploadResult

Tag Name
& type
#Description
CFSUploadRequest   Namespace of this element is http://ws.easylink.com/CFSUpload/2011/01
   SubmitId
xs:string
0-1Optional string identifying request, which will be echoed in result.
   RelativePath
xs:string
1This should be the path and filename, relative to the user's base in the CFS, of the file to be created. Note that forward-slash "/" is used as the path separator, and that the root directory ("/") is the user's base directory (e.g. "myfile.txt" and "/myfile.txt" refer to the same file).
CFSUploadRequest will not automatically create directories named in the path if they do not already exist (see CFSCreateDir.
An existing file of the same name will be overwritten by the CFSUpload operation unless the ReplaceExisting flag is present and set to false.
   FileData
DocDataType
1This choice is used to include the actual file data in the request, in the DocData format. See DocumentType.
DocUrl
xs:anyURI
1This choice is used to specify a URL to be used to retrieve the document. (Beware of possible access difficulties.)
   ReplaceExisting
xs:boolean
0-1If "false", the upload will not be carried out if RelativePath names an existing file. The default behavior is "true" - uploads will overwrite existing files.
 
    prev  next        Table of Contents  CFSUpload  
© Copyright 2020 OpenText Corp. All Rights Reserved.
Privacy Policy | Cookie Policy
This information is subject to change. Please check frequently for updates.
Modified October 06, 2020