post https://example.com/staff/tickets//attachments
Uploads an attachment for a ticket
Required Permissions: can_view_tickets
, can_edit_tickets
if isEditing
== true
Response Params
Name | Datatype | Description |
---|---|---|
ticketTrackingId | string | The ticket tracking ID |
type | int | 0 - Ticket Message1 - Ticket Reply |
id | int | The attachment ID |
savedName | string | The name of the file in the filesystem |
displayName | string | The name of the file the user sees |
fileSize | int | The size of the file, in bytes |
downloadCount | int | The number of times the file was downloaded |