API
|
ServicesPortal/upload/folders/{folder}
|
URI
|
http://portal_url/ServicesPortal/upload/folders/{folder} where portal_url is the URL of the team portal.
|
HTTP Method
|
POST
|
Request Content-Type
|
multipart/form-data
|
Request Headers
|
Overwrite=T/F – Set to T if you want to overwrite an existing file or F, the default, not to overwrite the file
Boundary=boundary – a user defined value that is used as the encapsulation boundary in the request body.
|
Request body example
|
boundary
Content-Disposition: form-data; name="Filename"
filename
boundary
Content-Disposition: form-data; name="fullpath"
URI
boundary
Content-Disposition: form-data; name="filedata"
file_in_binary_format
|
Expected Response status
|
200 OK
|