API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Adds a file to a folder for a WorkOrder

Sample Request:

POST /api/v2.0/workorders/1234/files/General

This endpoint requires all data to be in the body of the request
and Content-type header to be set to "form-data".
  
Required
"file"                The file to upload
"description"         A description of the file.

Required Permission(s): Misc.ManageFiles

Log in to see full request history
Path Params
string
required

The application reference number

string
required

The name of the folder the file will be created within

Body Params

File to upload

file
required
string
Responses
201

On Success

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json