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
| Nom | Type | Description |
|---|---|---|
| assignedToRepresentativeId | UUID! non-null scalar | — |
| attachments | FolderInput input | — |
| description | String scalar | — |
| foreignId | String scalar | The unique ID of the entity in a foreign system. Used for synchronization, import and export purposes. |
| id | UUID scalar | Unique identifier of the entity |
| location | TicketLocationInput input | — |
| priority | PriorityTypes enum | — |
| reference | String scalar | A human readable identifier for the entity. Can match external systems/applications. |
| requestDate | Date scalar | — |
| requestType | RequestTypes enum | — |
| requestedByPersonalProfileId | UUID scalar | — |
| requestedByRepresentativeId | UUID scalar | — |
| requestedServiceProviderId | UUID scalar | — |
| title | String scalar | createTicket updateTicket |