Skip to main content
POST
Upload Attachment

Authorizations

Authorization
string
header
required

As a Channel Integrator you will receive a API Refresh Token. With such a Refresh Token you need to request an Access Token with a limited Lifetime (see POST /v1/auth). This Access Token must be provided as a Bearer Token in the Authorization Header with every request.

Body

multipart/form-data

Multipart upload of a single attachment file for an existing ticket.

attachmentData
object
required

Attachment meta data as JSON

attachment
file

File Attachment as binary data must have a maxium size of 16 MB.

Allowed Content-Types are

  • text/plain
  • application/pdf
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  • application/vnd.ms-excel
  • application/msword
  • image/*

Response

Attachmet Uploaded