Web Service Method: Upload Documents to a Training Box
Abstract
Web Service Method: Upload Documents to a Training Box
Description |
---|
[file] Upload and add a document to an existing box. |
URL: /PoolParty/api/classification/{project}/boxes/documents/upload
Content-Type
Content-Type: application/x-www-form-urlencoded
Request
Supported Methods |
---|
POST |
Path Variables
Variable | Description |
---|---|
{project} | The project UUID or textual identifier |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
boxes | Array of String | true | The IDs of the boxes to add a file to. |
file | MultipartFile | true | [file] File to be added (Word, Excel, PowerPoint, PDF, Open Document) |
filename | String | false | Filename |
Response
This method returns execution results in JSON format.
Status: 200 - OK