SapccApiGetTicketEventAttachmentRequest
Request parameters for getTicketEventAttachment operation in SapccApi. SapccApiGetTicketEventAttachmentRequest
interface SapccApiGetTicketEventAttachmentRequest {
readonly attachmentId: string;
readonly baseSiteId: string;
readonly eventCode: string;
readonly ticketId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
attachmentId | Required | string | Attachment identifier.<br>Example: ```001```. {string} SapccApiGetTicketEventAttachment |
baseSiteId | Required | string | Base site identifier {string} SapccApiGetTicketEventAttachment |
eventCode | Required | string | Ticket event code that is specific to each event. It is used to identify an event.<br>Example: ```00000A15```. {string} SapccApiGetTicketEventAttachment |
ticketId | Required | string | Ticket identifier.<br> Example: ```00000001```. {string} SapccApiGetTicketEventAttachment |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetTicketEventAttachment |