SapccApiCreateTicketEventAttachmentRequest
Request parameters for createTicketEventAttachment operation in SapccApi. SapccApiCreateTicketEventAttachmentRequest
interface SapccApiCreateTicketEventAttachmentRequest {
readonly baseSiteId: string;
readonly eventCode: string;
readonly fields?: string;
readonly ticketEventAttachment: File;
readonly ticketId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiCreateTicketEventAttachment |
eventCode | Required | string | Ticket event code is specific to each event. It is used to identify an event.<br>Example: ```00000A15```. {string} SapccApiCreateTicketEventAttachment |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiCreateTicketEventAttachment |
ticketEventAttachment | Required | File | File to be attached to a ticket event. {File} SapccApiCreateTicketEventAttachment |
ticketId | Required | string | Ticket identifier.<br> Example: ```00000001```. {string} SapccApiCreateTicketEventAttachment |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiCreateTicketEventAttachment |