POST User/SupportTicket/Attachment/Add

Request Information

URI Parameters

None.

Body Parameters

SupportTicketAttachment
NameDescriptionTypeAdditional information
AttachmentId

integer

None.

TicketId

integer

None.

FilePath

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "AttachmentId": 1,
  "TicketId": 2,
  "FilePath": "sample string 3",
  "CreatedOn": "2026-06-01T14:43:27.266442-04:00"
}

application/xml, text/xml

Sample:
<SupportTicketAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.SupportTicket">
  <AttachmentId>1</AttachmentId>
  <CreatedOn>2026-06-01T14:43:27.266442-04:00</CreatedOn>
  <FilePath>sample string 3</FilePath>
  <TicketId>2</TicketId>
</SupportTicketAttachment>

multipart/form-data

Sample:
<SupportTicketAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.SupportTicket"><AttachmentId>1</AttachmentId><CreatedOn>2026-06-01T14:43:27.266442-04:00</CreatedOn><FilePath>sample string 3</FilePath><TicketId>2</TicketId></SupportTicketAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.