Interface: TicketUpdateInput
Defined in: type/TicketUpdateInput.ts:8
Input object for TicketUpdateInput Update data for modifying existing ticket information. Supports partial updates.
Properties
assignedToAdminUserId?
optionalassignedToAdminUserId?:number
Defined in: type/TicketUpdateInput.ts:20
Identifier of the admin user assigned to this ticket
buttonLabels?
optionalbuttonLabels?:LocalizedStringInput[]
Defined in: type/TicketUpdateInput.ts:14
Localized human-readable labels for the action button
clusterId?
optionalclusterId?:number
Defined in: type/TicketUpdateInput.ts:28
Identifier of the cluster associated with this ticket
companyId?
optionalcompanyId?:number
Defined in: type/TicketUpdateInput.ts:32
Identifier of the company associated with this ticket
contactId?
optionalcontactId?:number
Defined in: type/TicketUpdateInput.ts:22
Identifier of the contact associated with this ticket
customerId?
optionalcustomerId?:number
Defined in: type/TicketUpdateInput.ts:24
Identifier of the customer associated with this ticket
descriptions?
optionaldescriptions?:LocalizedStringInput[]
Defined in: type/TicketUpdateInput.ts:12
Localized human-readable descriptions
email?
optionalemail?:string
Defined in: type/TicketUpdateInput.ts:34
Email address of the contact associated with this ticket
externalUrl?
optionalexternalUrl?:string
Defined in: type/TicketUpdateInput.ts:38
External URL associated with this ticket (max 255 characters)
orderId?
optionalorderId?:number
Defined in: type/TicketUpdateInput.ts:30
Identifier of the order associated with this ticket
phone?
optionalphone?:string
Defined in: type/TicketUpdateInput.ts:36
Phone number of the contact associated with this ticket
productId?
optionalproductId?:number
Defined in: type/TicketUpdateInput.ts:26
Identifier of the product associated with this ticket
sources?
optionalsources?:SourceInput[]
Defined in: type/TicketUpdateInput.ts:40
External sources of the ticket
status?
optionalstatus?:TicketStatus
Defined in: type/TicketUpdateInput.ts:18
Status of the ticket
titles?
optionaltitles?:LocalizedStringInput[]
Defined in: type/TicketUpdateInput.ts:10
Localized human-readable titles
type?
optionaltype?:string
Defined in: type/TicketUpdateInput.ts:16
Type of the ticket (SCREAMING_SNAKE_CASE, max 255 characters)