Skip to main content

TicketInput

No description

input TicketInput {
assignedToRepresentativeId: UUID!
attachments: FolderInput
description: String
foreignId: String
id: UUID
location: TicketLocationInput
priority: PriorityTypes
reference: String
requestDate: Date
requestType: RequestTypes
requestedByPersonalProfileId: UUID
requestedByRepresentativeId: UUID
requestedServiceProviderId: UUID
title: String
}

Fields

NomTypeDescription
assignedToRepresentativeIdUUID! non-null scalar
attachmentsFolderInput input
descriptionString scalar
foreignIdString scalarThe unique ID of the entity in a foreign system. Used for synchronization, import and export purposes.
idUUID scalarUnique identifier of the entity
locationTicketLocationInput input
priorityPriorityTypes enum
referenceString scalarA human readable identifier for the entity. Can match external systems/applications.
requestDateDate scalar
requestTypeRequestTypes enum
requestedByPersonalProfileIdUUID scalar
requestedByRepresentativeIdUUID scalar
requestedServiceProviderIdUUID scalar
titleString scalarcreateTicket updateTicket